close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Validation Not Working When Submitting

Thread began 6/25/2012 3:33 am by sfranzken73972 | Last modified 6/25/2012 1:11 pm by Jason Byrnes | 2110 views | 7 replies |

sfranzken73972

Validation Not Working When Submitting

I applied server side validation however when I hit submit it goes right to the confirmation page.

Attached Files
contact-us.zip
Sign in to reply to this post

sfranzken73972

Link to where Im working

contact-us.php

Sign in to reply to this post

Jason ByrnesWebAssist

the action of the form is to post to the contact-us-confirm.php:

<form action="contact-us-confirm.php" method="post" name="form2" id="form2">


When working with forms, remember this rule:

All form Processing must occur on the action page

this means that the validation needs to be added to the contact-us-confirm.php page.


this is similar to the way the eCart checkout form works, see this thread bout adding validation to the confirm page of eCart for details on how to work with a form that post to another page:
showthread.php?t=21834&highlight=confirm+form+data

Sign in to reply to this post

sfranzken73972

Question

But there is no form on the contact confirm page?

Can you ellaborate a bit more IM still confused

Thank you Jason

Sign in to reply to this post

sfranzken73972

Forget it

Saw your helpful link

Sign in to reply to this post

sfranzken73972

1 Last Question

Ok I did step one which is to bind to the form/data from the bindings tab; and then went back to the contact us page but do not see the WA Validations in the bindings tab

How do I get those to show?

Sign in to reply to this post

Jason ByrnesWebAssist

the Validations is not in the bindings tab, it is in the server validations tab.

Sign in to reply to this post

Jason ByrnesWebAssist

it doesn't matter that the confirm page does not have a form

the action of the form on the contact_us.php page is set to post to the contact-us-confirm.php page:

<form action="contact-us-confirm.php" method="post" name="form2" id="form2">


This means that when the form is submitted, it immediately passes the form information to the contact-us-confirm.php page. all processing of the form data must occur on that page.

The validation of the contact_us form must occur on the contact-us-confirm.php page since that is where the action tells the server where to send the form data.

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...