This component will allow you set variables for use in the templates,
<fm:Var key="foo" value="bar">
{$vars_foo} <br/>
</fm:Var>
bar
Name | Required | Default | Description |
---|---|---|---|
key | Required | N/A | The name of the variable |
value | Required | N/A | The value you want to assign to the variable. |
Name | Description |
---|---|
vars_{key} | The variable you specified if you provided key="foo" the variable would be $vars_foo |