This Message Forum is no longer in use

Please use the new Bravenet Help Forums FOUND HERE

General Forum
This Forum is Locked
Author
Comment
Complete Form

Is there any html that I can add to my contact us form to make sure my clients submit all the details before pressing the submit button.

Thank you,
Sean

Re: Complete Form

Javascript can be used to do field validation. Try this link to Required field(s) validation. You can only check that something exists in the form fields, not specifically whats there. For example, email addresses. You can check that they are structured correct, but not whether they actually correct and exist.

And you need to start learning how to use a search engine. All the things you are asking about, are available through a simple search. Try a Google search on the string "required field validation". You will get gobs of information beyond the link I provided.