Overview
The issue occurs because the form's validation is triggered when a user clicks away from a required field, not just on form submission.
Use a different jQuery validation library that provides more control over validation timing, as ChronoForms v5 does not have a built-in setting to turn off this 'on blur' validation.
The way validation works now is if you focus on a field that is required and then unfocus from it, it will trigger the validation popup bubbles.
Can these validation be triggers only on submit click?
Hi Gatsman,
I don't think that there is any setting to turn off the 'on blur' validation in CFv5. If it is a major problem then you can use a different jQuery validation library that offers you more control.
Bob
This topic is locked and no more replies can be posted.