Last active
June 1, 2018 05:11
-
-
Save hirejordansmith/cb1df1a2302233b78bbb6dd152975586 to your computer and use it in GitHub Desktop.
How to Modify Input Mask Placeholders for Gravity Forms
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /* | |
| Gravity Wiz // Gravity Forms // How to Modify Input Mask Placeholders for Gravity Forms | |
| http://gravitywiz.com/how-to-modify-input-mask-placeholders-for-gravity-forms/ | |
| */ | |
| <script type="text/javascript"> | |
| setTimeout( function() { | |
| jQuery( '#input_FORMID_FIELDID' ).mask( 'MASK', { placeholder: '' } ); | |
| }, 500 ); | |
| </script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This in new version of gravityforms is still working?
I need really put a field of number but like social number, DNI, drive licence, something like that, can u help me?