Field Substitutions
Values from various fields can be combined in another field. For example the target page name can be created with input from a number of input controls:
(:input hidden target "{$$name}-{$$surname}":)
Name: (:input text name "":)
Surname (:input text surname "":)
<< Template Markup | Index | Page Variables >>