Skip to main content

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?


Example

https://thecreditpros.com/home/#lp-pom-form-638

Hi @Damon_DeCrescenzo,


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


Reply