Hello all
I have a form with all mandatory fields, however i see that the form is being completed without the phone field being completed.
If the field is mandatory, how can the form possibly accept submission?
Hello all
I have a form with all mandatory fields, however i see that the form is being completed without the phone field being completed.
If the field is mandatory, how can the form possibly accept submission?
You are breaking the native validation of the form by changing the field name with a script.
The validation is trying to check “phone_number” when you are changing it to “phone” (see screenshot).
Best,
Hristian
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.