Problem with form submitting with blank mandatory field

  • 31 January 2019
  • 1 reply
  • 44 views

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


1 reply

Userlevel 7
Badge +3

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