No way to validate phone number input field? Really?

Is there really no way to validate phone number input field? Really? I have searched on the forums and online and can not get any useful information. Please help!

+1 here, I’ve tried stuff from previous forum posts, but non of those solutions work any longer.

You can add a regular expression validation to an input field per the HTML5 specs. The attribute is “pattern”, Here is a link to a page that has useful patterns for a phone input field.
Phones (html5pattern.com)

1 Like

Another option is custom JavaScript as validating phone numbers can be a quite complex task. I wrote an article about it using libphonenumber: Phone number validation and formatting in Webflow forms | by Jarek Lipski | Webflow Sprinkles | Medium

Here’s the showcase link / read-only link.

1 Like