Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Column
width0px
 

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:

  • Labels
  • Hints
  • Help
  • Error Msg

...

Image Added

Templates can also be used in:

  • Business Rules
  • Form

...

  • Actions
  • Doc

...

  • Actions
  • Display

...

  • Messages
  • Email

...

  • 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.
Column
width240px

On This Page:

Table of Contents
maxLevel1

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}.

...