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.


Attribute Definitions
ParameterTypeDescription
captionStringThe caption to label the input field, default is 'Form'
widthInteger
The maximum width of the form to be added.
heightInteger
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:

  1. %FORM(width=200,height=450)%

See Also:

Video Guides

How To...

Tag Definitions