A low level jQuery wrapper for set the value of an HTML input element.
In your forms use .updateFieldValue. This function is used in the form runtime itself.
Executed
Client-side only.
Arguments
Argument | Type | Description |
---|---|---|
inputID | String, required | The ID of the input element whose value is to be set |
value | String, required | The value |
Last modified on March 06, 2020