Adds Masked input to ACF.
- jquery.mask.js[https://github.com/igorescobar/jQuery-Mask-Plugin] by Igor Escobar[https://github.com/igorescobar]
- Advanced Custom Fields[https://www.advancedcustomfields.com/] by Elliot Condon[https://github.com/elliotcondon]
This ACF field type is compatible with:
- ACF 5
- Copy the
acf-masked-input
folder into yourwp-content/plugins
folder - Activate the International Telephone Input plugin via the plugins admin page
- Create a new field via ACF and select the International Telephone Input type
- Read the description above for usage instructions
- Added "prepend" and "append" options
- Added "save as" option
- Added "reverse mask" option
- Initial Commit