Dynamic Features

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.


    • Related Articles

    • Dynamic Answers & Calculations (Dynamic Values)

      Often you may need to display some text or calculate a value in a dynamic fashion. For example, you may want to show different text in a field based on what the user has previously answered. Or maybe you have a product order Form that should ...
    • Dynamic Titles and Hints

      Sometimes you may want your field's Title or Hint text to dynamically include a value from a previous field. This is useful in cases where the answer to one question sets the context for the fields that follow. For example, say you have a Choices ...
    • Action Field as Dynamic Buttons

      The Action Field is an advanced dynamic field that creates up to 5 buttons and allows customized user interactions. Action buttons may be used to upload completed forms, navigate between form pages, open web links, launch e-mails, open documents, or ...
    • Dynamic Output using Form Formula

      TABLE OF CONTENTS Using Excel's Built-In Formulas Outputting Multiple Choice Fields Outputting Hyperlinks Using Word/Excel Comments to Preserve Template Formatting The platform has the ability to evaluate formulae just like those you would use in ...
    • Pushing/Pulling Data To/From Other Systems

      One of the key features of our platform is the ability to "push" and "pull" data between the platform and other systems and services. This enables you to build apps and functionality that feature live business data. Examples of this can be jobs, ...