Toggle menu

Form Helper Functions

There are 146 results
Page 3 of 8

Search results

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.

helper.isClient()

Returns true if the helper is executing on the client.

Share this page

Facebook icon Twitter icon email icon

Print

print icon