Section |
---|
Column |
---|
| Templates are like variables in your form that will be replaced with the actual values users enter into the form during use. Templates make your form feel more interactive and are useful in summarizing information in collapsed section controls. Templates can be used in the form designer in the following control properties: |
|
...
Image Added Templates can also be used in: |
|
...
...
...
...
- Action
- Form Url Parameters _data
See the sections on [[V4_Integration | integration]], [[V4_Using_Forms | Testing & Using forms ]] and [[V4_Using_Forms#Url_Template_Variables | Url Template Variables]] for more details on these other uses.
|
|
Templates have the syntax: {<control name>}. For example, this form contains three controls labeled "Apples", "Oranges" and "Pears". The controls are named "Q1", "Q2" and "Q3" respectively and would be referenced in a template as {Q1}, {Q2} and {Q3}.
...