helper.utilEnableDisableField(fieldID, enable)

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#

ArgumentTypeDescription
fieldIDString, requiredThe ID of the field (usually the page name and field name separated by an underscore)
enableBoolean, requiredTrue to enable, false to disable
Last modified on 9 March 2020

Share this page

Facebook icon Twitter icon email icon

Print

print icon

On this Page