Please replace the ??? with your data!
The regex on the phone field is not working. Phone number was entered in mulitple correct formats but the form always returns an error.
-Phone field is set to required
- RegEx was tested and validated via 3rd party validator
Tried the following;
-Phone|Phone|^[(\\[]?\\d{3}[)-\\.\\] ]*\\d{3}[-\\. ]?\\d{4}$
-Phone||^[(\\[]?\\d{3}[)-\\.\\] ]*\\d{3}[-\\. ]?\\d{4}$
-||^[(\\[]?\\d{3}[)-\\.\\] ]*\\d{3}[-\\. ]?\\d{4}$
I also tried other validated regex strings to no avail.