I'm using the Redux Framework to build a theme options panel for a Wordpress theme.
I'd like to allow my users to enter their phone number as a validated text field so I can incorporate it around the site.
I've checked the docs, and its looks like I can write my own custom validation.
I tried adding the HTML5 attribute type="tel"
to the input field without success.
Googling turns up no results.
I did find this post on using regex for phone # validation.
Has anyone used Redux Framework and incorporated phone # validation?