addedValueMacros.memberSignUp
Syntax
{addedValueMacros.memberSignUp(formID, class, style, target)}
- 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
Examples
| {addedValueMacros.memberSignUp("testForm")} |
Calls up a custom member sign up form. |
Semantics
Invokes a custom form and handles submissions from it, by forwardign the user submissions to Manila and returning Manila's response. This macro may be used in pages that are static rendered and will behave correctly in websites with members signup confirmation set.
See also