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
Not able to "require input in form fields"

I am using the Bravenet e-mail form service. I need visitors to enter some data in all fields before they submit; most fields are required. But we are able to submit literally empty forms by just identifying ourselves as humans (I mean by countering the antispam measure).

Is there any way of making a response in form fields necessary? Please help.

Thanks

ESP
****************

Re: Not able to "require input in form fields"

It is down to you to write some javascript to verify the fields.

Re: Not able to "require input in form fields"

I really struggled with this myself but finally muddled through how to make this work. I used the java found here: http://www.interspire.com/content/articles/23/1/Using-Inline-Form-Validation

Also, if you want to see my page that is using this java to validate and processing with Bravenet check out www.rentawreck.com/franchise.html

Basically, you need to be very attentive to every character in the java script and modify it carefully. But, if you check you work as you go and are careful enough it actually works! Good luck - Jason