Most advanced Form functions involve the use of a formula.
As such it is critical that you understand how to create formulae in order to get the most out of our advanced features.
First off you need to know how to address or refer to a field in your Form.
This is done by using placeholders wherever you want the system to insert answers from fields of your Form.
Placeholders are entered using the unique data name property of the Form field, wrapped in curly braces – e.g. {{dataname}}
...
Now that you know how to reference field values, you can use this knowledge to build a formula.
A formula contains placeholders and/or various operators, and functions, which together give a result - much the same as an Excel formula works.
...