Low level jQuery wrapper for enabling and disabling a field.
When designing forms you should use .disableField and .enableField. This function is used in the form runtime itself.
Executed#
Client-side only.
Arguments#
Argument | Type | Description |
---|---|---|
fieldID | String, required | The ID of the field (usually the page name and field name separated by an underscore) |
enable | Boolean, required | True to enable, false to disable |
Last modified on 9 March 2020