Accepts one parameter which is the raw HTML content to be placed in the form, below the Field's location.
Description:
Single parameter is the raw HTML content to be placed in the form below the Field's location. Unlike the [Raw] attribute, the Field's label, content, and note will NOT be ignored, and the footer HTML is put into a separate form-group below the Field's form-group.
Other Field names from within the same Form may be embedded into content, in the format of {FieldName} within the content.
This is a similar attribute to [Header], which places the Raw HTML content above the Field.
Example:
[Footer] [h3]Total: {Total}[/h3]
(replace the []
with <>
around h3
)