[Raw] Raw HTML

Accepts one parameter which is the raw HTML content to be placed in the form at the Field's location.

Description:

Single parameter is the raw HTML content to be placed in the form at the Field's location. The Field's label, content, and note will be ignored, and no form or bootstrap structure will be included. This allows for custom form division, sub as building a tab structure within the form.

Other Field names from within the same Form may be embedded into content, in the format of {FieldName} within the content.

Note that the usage of the [Raw] Attribute expects the Field Name for the Field to still exist. If not, this will cause an error when using the [Ajax] attribute on the same form. If the field itself is not actually needed, it should be created as a blank hidden field within the [Raw] markup.

Example:

[Raw] ...any html...