regex - Redux Framework - How To Validate Phone Number -
i'm using redux framework build theme options panel wordpress theme.
i'd allow users enter phone number validated text field can incorporate around site.
i've checked docs, , looks can write own custom validation.
i tried adding html5 attribute type="tel"
input field without success.
googling turns no results.
i did find this post on using regex phone # validation.
has used redux framework , incorporated phone # validation?
it hard do. you'd need make own custom validation class.
take of redux validation classes: https://github.com/reduxframework/redux-framework/blob/master/reduxcore/inc/validation/numeric/validation_numeric.php
change class name. include in code before run redux, , add validation.
when it's working, submit pull request , we'll put in redux core. :)
Comments
Post a Comment