

Online
Manual / Configuration
Files / Path to a form
page template
Command:
templatePage
Usage:
Allows
you to specify the location of the template for a given form page number.
Arguments:
- page="<form
page number>"
Specify the form page number.
- value="<absolute
path|url>"
Specify the location of the template.
Example:
| templatePage page="1"
value="/path/to/forms/page1.html" |
This example shows how to set a path to the a form page.
|