Tag Definitions %FORM%
Dynamically links a Form asset to a page
This tag enables forms retrieved from the asset library to be inserted at a pre-defined point on the page.
| Parameter | Type | Description |
|---|---|---|
| caption | String | The caption to label the input field, default is 'Form' |
| width | Integer | The maximum width of the form to be added. |
| height | Integer | The maximum height of the form to be added. |
Example
This example creates a 200 x 450 pixel space on the page for a form to be added. The End User will be presented with a clickable icon (if the component is written as editable) that will open the asset library to select a form:
%FORM(width=200,height=450)%