Created
June 10, 2015 17:59
-
-
Save ngalluzzo/0e589d8ed20a8450ff8a to your computer and use it in GitHub Desktop.
disable an input field
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
| $(document).on('knack-view-render.any', function () { | |
| // add one of these lines per field you want to disabled | |
| $('#field_72').attr("disabled", true) | |
| }) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment