Hi @abelpinho,
This plugin only works on Front-End. If you are using ACF fields in Front-End you can try using the script template below. (Change the acf[field_CODEFIELD] with your input name.)
<script type="text/javascript">
jQuery(document).ready(function($){
$('name="acf[field_CODEFIELD]"').mask('(000) 000-0000');
});
</script>
More details: click here
Note: I recommend searching on plugin repository for: ACF mask, maybe you can find something more specific.
-
This reply was modified 4 years, 3 months ago by
Petermann.
Hi! Good Morning!
Thank you for the explanation. I’ve been looking for this request for days and I can’t find anything. Thank you very much.
Excelent day.