Toggle menu

helper.getFormName()

Returns the name of the form being displayed or validated.

Arguments

None.

Return

String.

Example

Updates the text field, FIELD4, with the name of the form.

function (helper) {
    helper.setFieldValue('FIELD4', helper.getFormName());
}

Last modified on September 13, 2023

Share this page

Facebook icon Twitter icon email icon

Print

print icon