addedValueMacros.customInputForm
Syntax
{addedValueMacros.customInputForm (entityID, formID, class, style, target)}
- entityID (optional) - a way to identify what to edit, depending on the value of the attribute Of value of the requested form. In
- messages - empty means current message, or a msgnum or a shortcut
- members - empty means current member, or member key (typically an email address)
- gems - a gem number
- formID - the name of a form. whose usage must be Update or Row Update.
- class (optional) - if not empty, adds 'class=class to the form tag
- style (optional) - if not empty, adds 'style=style to the form tag
- target (optional) - if not empty, adds 'target=target to the form tag
- rowIndex (optional) - required for Row Update forms, otherwise ignored. The row number to update in the entity specified.
Examples
| {addedValueMacros.customInputForm("testForm")} |
Edits current message using form called testform |
Semantics
Invokes a custom form and handles submissions from it.
See also