regex validation fails on submit in 8.0.51 but works in 8.0.21

bc bcraigie 3h ago

Hello Max,

I have a form that validates UK phone numbers using this regex:

^([0|\+[0-9]{1,5})?([0-9]{10})$

The regex works in the form on Chronoforms 8.0.21 (form submits correctly) but does not work in the form on 8.0.51 (it displays my error message on submit)

In both versions, the front-end is ok with the validation, but on 8.0.51 after clicking submit, the form displays my error message at the top of the form and does not submit the form.

Is this maybe a bug that was introduced between these Chronoforms versions?  It seems the server-side validation does not work correctly on 8.0.51 ?

Thanks

Brian

Post a Reply