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.

 

 

Let's assume we have a field:

"What is the type of Incident?" - a Choices field with Data Name incidentType, having the answer options: Spill, Injury, Equipment

 

 

1. We add a new Text field to the Form, with Data Name of incidentDescription.

 

2. On this new field, find the Title Text property.

If you hover your mouse over the property or click on the property, you will see a hammer icon appear.

Click the hammer icon.

 

3. You are now in the Text Builder.

This lets you build up a dynamic text value for display in the Title Text property.

Note that you have a drop-down of all available fields that will insert the selected field into your formula.

 

4. Enter the following:

Please describe the {{incidentType}}

 

5. Click the Apply button to set this into your field.

 

Awesome, we now have a dynamic Title that will dynamically display the type of incident selected.
For example, if the user selects "Injury" in the incidentType field, then the description field Title will be "Please describe the Injury".

 

That's all there is to it, you now know how to make dynamic Titles and Hints!

 

 

If you would like to try the above example out for yourself, download the attached CSV file.

Then create a new Form and in the Form designer, use the "Import Fields" button to upload the CSV.

This will give you the fully working example from above to try out and learn from :)

 

 

 

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Designing Forms

After creating a new Form Screen, you will be taken to the Form Design screen.   Every Form must...

Allowing Users to Jump Pages (Custom Form Navigation)

By default, every Form you create has automatic navigation buttons in the form of arrows that...

Dynamically Displaying Images from Data Source, Web or Map sources

The "Dynamic Image" property allows you to load images dynamically into Media, Sketch and...

Formula Quick Question/Answer Reference

Below is a list of common scenarios that involve the use of a formula to achieve. This is purely...

Generating a Unique Number/Code

Often you will need to generate a unique number or code as part of a particular Form screen's...