Other Field Properties

The options available under Basic Properties differ slightly depending on which field is currently selected on your form. This usually involves entering a formula. It is easier to type simple formulae directly into the text-box provided. Clicking on the 'hammer' icon, opens the Formula Builder, where more complex formulae may be entered.

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 field that asks "What is the type of Incident?".

Depending on what the user selects, we want to include the incident type in the Title Text of the fields that come next.

The Text Builder function - found on the Title Text and Hint Text field properties - comes in handy for these situations.

Example


Showing and Hiding Fields (Visibility)

There are many situations where you may want to show/hide questions (or even whole pages) based on the answer to a previous question.

For example, say we have a Choices question that asks โ€œDo you see any hazards?โ€, with the options of Yes or No.

Now if the user answers Yes, then we may want to show another question that let them fill in details about the hazard.

However if they answer No, we donโ€™t want to clutter the form with unnecessary fields.

Example


Dynamic Answers and Calculations

Often, you may need to display some text or dynamically calculate a value.

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 calculate the total amount to pay.

This is where the Dynamic Value property found on most form fields comes in handy.

Dynamic Value allows you to create a formula that generates or calculates a result that is assigned as the given field's answer.

Hiding Calculations Example

Joining Static and Dynamic Text Example