Hi there,
I have created a form with Chronoforms 4.04, but something is wrong.
For all the field I have used the required option, but is does not seem to work. One can send an empty form, only the captcha is required it seems, for the captcha it gives an error but not if you do not fill in regular required fields.
What is the issue here?
Best regards/
Linda
Hi Linda,
There's probably a JavaScript error on the page. Does the validation work if you view the form using the Test Form icon in the Form Editor?
Bob
Hey Bob,
Thank you for your reply!
I have tried as you said, but the result is the same, I only have to fill in the captcha and the form will send.
Linda
Hi Linda,
Please post a link to the form so I can take a quick look.
Bob
www.trendycolors.nl/online-aanmelden
this is one of my forms, but the problem is for all forms.
Hi Linda,
Please try turning off the Optimize Assets plug-in. I suspect that is changing the order in which the scripts load and causing JavaScript errors with the ChronoForms validation.
Bob
Hi there
I have the same problem as Linda.
Was this solved?
Since August 23 there is no reaction anymore.
Did the turning off the Optimize Assets plug-in help?
If yes where do I fand that plug-in?
Piet
Hi Piet,
What problem do you have exactly?
Please drag a Debugger action into the On Submit event, then submit the form and post the debug - including the 'dummy emails' results here.
Note: if you are using the Easy Wizard you can turn on Debug on the Others tab in CFv4 or the Setup tab in CFv5.
Bob
Data Array:
Array
(
[chronoform] => Inschrijfformulier
[event] => submit
[Itemid] => 116
[option] => com_chronoforms
[view] => form
[achternaam] =>
[voorvoegsel] =>
[voornaam] =>
[adres] =>
[postcode_en_plaats] =>
[telefoonnummer] =>
[merk_en_type] =>
[bouwjaar] =>
[kenteken] =>
[Inhoud] =>
[vermogen] =>
[bijzonderheden] =>
[email] =>
[input_submit_14] => Verzend
[c5e37e5787de5415bafce2228aa7e492] => 1
)
Validation Errors:
Array
(
Hi Piet,
I'd suggest that you check the form page for JavaScript errors assuming that you have enabled Client side validation on some of the form inputs.
Bob