Skip to content

Instantly share code, notes, and snippets.

@ngalluzzo
Created June 10, 2015 17:59
Show Gist options
  • Select an option

  • Save ngalluzzo/0e589d8ed20a8450ff8a to your computer and use it in GitHub Desktop.

Select an option

Save ngalluzzo/0e589d8ed20a8450ff8a to your computer and use it in GitHub Desktop.
disable an input field
$(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