Toggle menu

helper.showFieldHint(fieldName)

If any hint text was supplied for the specified field it will be displayed.

Executed

Client-side only.

Arguments

ArgumentsTypeDescription
fieldNameString, requiredThe name of the field whose hint is to be shown

Example

Added to a script button, this would display the hint for the field called "TEXT" when pressed.

function (helper) {
    helper.showFieldHint("TEXT")
}

Last modified on 06 March 2020

Share this page

Facebook icon Twitter icon email icon

Print

print icon