Create Ticket My Tickets Post Discussion
Welcome
Login  Sign up

Dynamic Features

The Form Designer provides advanced functionality such as:

Custom Invalid Messages
Your own message to display to the App User if the answer to the question is invalid.

Conditional Logic (Visibility of Questions)
Whether or not a question or group of questions should appear based on a previous question’s answer. See our article Showing and Hiding Fields (Visibility) for more information.

Default Value
A static default answer value that the question should have prior to the App User editing it.

Note: Default Value and Dynamic Value are only compatible for use in the same field by using a dynamic value with the VAL() function that references the default value of the field -- e.g, VAL('dataname') will reference the field's default value (with "dataname" being the field's data name in this example).

Calculated Answers (Dynamic Value)
Used if the answer for this question should be populated based on the answer to the previous question(s). See our article Dynamic Answers & Calculations (Dynamic Values) for more information.

Note: Default Value and Dynamic Value are only compatible for use in the same field by using a dynamic value with the VAL() function that references the default value of the field -- e.g, VAL('dataname') will reference the field's default value (with "dataname" being the field's data name in this example).

Custom Answer Constraints (Custom Validation)
If the data accepted into a question is dependent on the answers to a previous question. See our article Validating Answers (Custom Validation) for more information.

Dynamic Question Text and Hints (Hint Text)
The ability to include answers from prior questions in the displayed label and/or hint of a question. Please see our article Dynamic Titles and Hints for more information.


Dynamic Filtering of Choices (Cascading List Questions)
For cases where the available answers for a Choices question are determined by the answer of a prior List question. See our article Cascading Choices (also known as Parent-Child) for more information.


Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.