Toggle menu

Form Helper Functions

There are 146 results
Page 2 of 8

Search results

helper.getFieldID(fieldName)

Returns the ID in the DOM of the HTML element that contains the data for the specified field.

helper.getFieldIDOuter(fieldName)

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

helper.getFieldsIDOuter()

Returns the ID in the dom of the HTML div element for the current form that acts as the container for all form fields.

helper.getFieldValue(fieldName [,pageInstance])

Used to get the value of a field.

helper.getFieldValues(fieldName)

Gets the values submitted for a field.

helper.getFormDescription()

Returns the description of the form.

helper.getFormID()

Returns the ID in the dom of the HTML form element for the current form.

helper.getFormName()

Returns the name of the form being displayed or validated.

helper.getOptionVariableDisplayValue(variableName, keyValue)

Returns the display value of the supplied key from a list of options stored in a form variable.

helper.getPageInstance()

Return the instance number of the page being displayed or validated.

helper.getPageInstanceCount([pageName])

Returns the current count of page instances.

helper.getPageInstanceDisplay()

Returns a display friendly version of the page instance number.

helper.getPageInstanceMax([pageName])

Returns the maximum number of page instances.

helper.getPageInstanceMin([pageName])

Returns the minimum number of page instances.

helper.getPageMode()

Returns the mode of the page.

helper.getPageName()

Returns the name of the page being displayed or validated.

helper.getPageNames()

Returns the names and titles of all of the pages in the form.

helper.getPageValues([pageName][,pageInstance])

Returns all of the data for a particular page or page instance.

helper.getPreviousNavigablePageInstance()

Returns the index of the previous navigable page instance.

helper.getPreviousPageInstance()

Returns the index of the previous page instance.

Share this page

Facebook icon Twitter icon email icon

Print

print icon