Turning javascript off allows submit

scottsemegran 23 Sep, 2012
First of all, I'm using Joomla! Version 1.5.26 and ChronoForms version 4.0 RC3.5.

I built a form using ChronoForms and it works great. The validation works properly. It emails the data to me and submits the data in a table. It redirects to a URL properly after submission. The ReCaptcha box loads properly. I noticed though that I started getting emails with most of the data empty (spammers / scammers) even though there is validation for most fields and a ReCaptcha box. After testing for a while, I found that if I turn javascripting off in my browser then the form still submits, even with the ReCaptcha box displaying.

What would be the best way to not allow submissions with javascripting turned off?

The form is here:
http://www.laketraviswrestling.com/registration.html

Thanks!
Scott
scottsemegran 23 Sep, 2012
Well, I decided to make the form accessible for registered users only, instead of public.

Hopefully, that will cut down on spammers / scammers.

Scott
This topic is locked and no more replies can be posted.