'required' input field not working on iphone

The ‘required’ input field function works just fine on desktop, however on mobile (iphone 6) the validation does not work and goes to the success confirmation page. I’m stumped. Any ideas?

Hi @bpark73, html5 type input validation, the “Required” type attribute, is not supported on iOS, so those forms would get submitted without a notification to the user that the required field was empty.

Check out Can I use... Support tables for HTML5, CSS3, etc

I hope this helps !

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.