• Resolved abelpinho

    (@abelpinho)


    Hi! Good Morning!

    Can I use it with ACF (advanced custom fields)?

    If possible, can you guide me on how to proceed?

    Thanks

    • This topic was modified 4 years, 3 months ago by abelpinho.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Petermann

    (@ivanpetermann)

    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.
    Thread Starter abelpinho

    (@abelpinho)

    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.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘ACF’ is closed to new replies.