Hello,
I have built a form in v6 and have some fields set as required. When I try and complete the form on the frontend and do not fill a required field, then click Submit, nothing happens. I get a spinning circle overlay and nothing else?
I have added Validation error text to each field, and added a Validate Fields with Event loader at the top of the Submit Actions, yet still get a forever spinning circle overlay.
What have I done incorrectly?
Thanks
Lee
Most propably a javascript error, please check the browser's console or post a link to the form!
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Hello,
Looking in the console there is this error:
Uncaught Error: Bootstrap's JavaScript requires at least jQuery v1.9.1 but less than v4.0.0
Could this be the issue?
The form is available at:
https://www.hunterpanels.com/quote-form-dec-2020
From the first dropdown you can select the option, TEST Lee stormcreativedesign, as this will then only email to me.
Thanks
Lee
I think I may have solved the issue, it was a Javascript conflict, I have jQuery Easy installed, and it was causing issues with the Form and template. I've now modified the settings with JQuery Easy and the validation now works and displays the errors.
Hello,
Now I have the validation sorted, my client has asked another question!
On the Calendar option is it possible to restrict the calendar pop up to only allow selections from today's date and into the future. So do not allow historical dates to be selected? Is there a validation rule I can use? Is there an example I can look at?
Thanks
Lee
Yes, in the Calendar starting date setting you may use:
{date:}
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Can anyone offer a solution to my formatting in an email of repepated fields?
Thanks
Try to build the whole Email html code in a PHP action, return the html as a string and use it in the email body setting
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.