Toggle menu

helper.getFieldIDOuter(fieldName)

Returns the ID in the dom of the HTML element that contains all of the HTML elements that represent a field.

Executed

Client-side only

Arguments

ArgumentTypeDescription
fieldNameString, requiredThe name of the field 

Returns

String, typically FORMNAME_PAGENAME_FIELDNAME_OUTER

Example

function (helper) {
   helper.getFieldIDOuter('FIELD4');
}

Last modified on September 13, 2023

Share this page

Facebook icon Twitter icon email icon

Print

print icon