Low level jQuery wrapper for showing and hiding an element.
In your forms use .hideField and .showField. 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 |
show | Boolean, required | True to show, false to hide |
Last modified on March 09, 2020