Returns the description of the form.
Arguments
None.
Return
String.
Example
Updates the text field, FIELD4, with the description of the form.
function (helper) {
helper.setFieldValue('FIELD4', helper.getFormDescription());
}
Last modified on September 13, 2023