Hi,
I have the lastest version of chronoforms v6 installes on my website and this bugs is still happening: https://www.chronoengine.com/forums/posts/t104524/cf-6-0-13-regular-expression-for-field-validation-doesnt-work
The regular expression is working OK before cliking "submit" button (javascript mode) BUT, cliking "submit" button, the field doesn't pass the validation.
Is there a solution, please?
Thanks.
I have the lastest version of chronoforms v6 installes on my website and this bugs is still happening: https://www.chronoengine.com/forums/posts/t104524/cf-6-0-13-regular-expression-for-field-validation-doesnt-work
The regular expression is working OK before cliking "submit" button (javascript mode) BUT, cliking "submit" button, the field doesn't pass the validation.
Is there a solution, please?
Thanks.
What's your regex string and which validation isn't working
it works fine here, /test/
if you want to skip the regex check on server side then you will need to enable the "optional" setting!
if you want to skip the regex check on server side then you will need to enable the "optional" setting!
did you try /[a-zA-Z]/
?
?
This topic is locked and no more replies can be posted.