All of the form helper functions available in the latest release of the DEFAULTV2 Form Family.
The search results can be refined by function type (get, set, enable, disable etc) and by form element (field, variable, value etc).
There are 148 results
Page 3 of 8
Search results
helper.getPreviousPageInstance()
Returns the index of the previous page instance.
helper.getPreviousPageName()
Returns the name of the page the user was last on.
helper.getRepeatingPageState([pageName])
Returns information about a repeating page.
helper.getServerid()
Returns the id of the API Server.
helper.getSiteVariable(variableName)
Returns the value of a named context variable.
helper.getSubmissionHistory()
Returns the submission history of the pages of a form.
helper.getVariable(name [, defaultValue])
Used to get the value of a helper variable.
helper.getVersion()
Returns the version number of the form runtime (helper) library.
helper.hideActionButton(actionName [,label] [,fieldID])
Ensures that all buttons on the current page that perform the specified action are hidden.
helper.hideBusy()
This is used to hide any busy indicator that is being displayed by the form.
helper.hideField(fieldName)
Hides a field on the current page.
helper.hideFieldHint(fieldName)
If any hint text was supplied for the specified field it will be hidden.
helper.hideFieldHints()
The hint information for all fields will be hidden.
helper.hideFieldOptional(fieldName)
Hides the "optional" markup of a field.
helper.hideFieldRequired(fieldName)
Hides the required markup of a field.
helper.invokeCustomFieldFn(fieldName, customFnName [, arg1, arg2 ...])
Invokes a custom field function defined within a field's HTMLSkel.
helper.invokeCustomFn(customFnName [, arg1, arg2 ...])
Invokes a custom function defined within the 'custom code' property or registered using createCustomFn.
helper.isAssisted()
Returns true if the site is working in assisted service mode.
helper.isAsYouTypeValidation()
Checks if "as you type" validation is set.
helper.isBusyDisplayed()
Checks if the busy indicator is displayed.