Toggle menu

helper.getFormDescription()

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

Share this page

Facebook icon Twitter icon email icon

Print

print icon