You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a Phone Number isn't filled in, the validation isn't being shown on the form itself.
I think it has to do with the double naming in the fields name="fields[phone][number]". All the other fields just have for example name="fields[email]"
Steps to reproduce
Add a Phone Number field
Send a form without filling in the field
Form settings
Multi-page form: Yes and No
Submission Method: Ajax and Page Reload
Client-side Validation: No
Custom Form Templates: Yes
Craft CMS version
Craft Pro 5.6.4
Plugin version
3.0.20
Multi-site?
no
Additional context
No response
The text was updated successfully, but these errors were encountered:
Note that this is with the Country option disabled (so just a standalone number field), and with client-side JS validation disabled. The above shows the server-side error when submitting the form.
Describe the bug
When a Phone Number isn't filled in, the validation isn't being shown on the form itself.
I think it has to do with the double naming in the fields
name="fields[phone][number]"
. All the other fields just have for examplename="fields[email]"
Steps to reproduce
Form settings
Craft CMS version
Craft Pro 5.6.4
Plugin version
3.0.20
Multi-site?
no
Additional context
No response
The text was updated successfully, but these errors were encountered: