We've got a form requiring just a few data elemnts. The validation seems to be working properly across several browsers/versions. The form is here: http://bit.ly/tNtHpB
Someone keeps getting access to our downloadable whitepaper without having filled out the form. (The email we get has all the form field names but no data the user would have keyed in.)
Someone keeps getting access to our downloadable whitepaper without having filled out the form. (The email we get has all the form field names but no data the user would have keyed in.)
Hi overboard,
The client side validation depends on JavaScript. A user - or spammer- with JavaScript turned off can submit a form like that. Add a little server side validation to double-check and reject empty forms.
You should probably also turn on the Check Captcha action, that doesn't seem to be working.
Bob
The client side validation depends on JavaScript. A user - or spammer- with JavaScript turned off can submit a form like that. Add a little server side validation to double-check and reject empty forms.
You should probably also turn on the Check Captcha action, that doesn't seem to be working.
Bob
This topic is locked and no more replies can be posted.