I'm still new to Chronoforms so I'm following the basic contact form example in the ChronoForms V4 Basics 1 how-to doc. All fields are set to required input so the form won't submit if any of the fields are blank.
To test the form, I created a menu link to it on my site. The form responds correctly in both Test Form and from the menu on my site.
So far, so good.
I added Captcha to the form and now strange things are happening. In Test Form, the form is behaving as I expect it to: it won't submit if any of the fields are blank. But when I access the form from the menu on my site, I can submit it with empty fields. It's as if Captcha turned off the validation for each field.
In the form's On Load Event, Load Captcha is the first action; in On Submit, Check Captcha is first and includes OnFail in its Event Loop.
I tried changing the order of Load Captcha events, flushed Joomla's cache, but it doesn't help.
I'm running ChronoForms v4 on Joomla 3.2.
To test the form, I created a menu link to it on my site. The form responds correctly in both Test Form and from the menu on my site.
So far, so good.
I added Captcha to the form and now strange things are happening. In Test Form, the form is behaving as I expect it to: it won't submit if any of the fields are blank. But when I access the form from the menu on my site, I can submit it with empty fields. It's as if Captcha turned off the validation for each field.
In the form's On Load Event, Load Captcha is the first action; in On Submit, Check Captcha is first and includes OnFail in its Event Loop.
I tried changing the order of Load Captcha events, flushed Joomla's cache, but it doesn't help.
I'm running ChronoForms v4 on Joomla 3.2.