addedValueMacros.beginUserTransaction
Syntax
{addedValueMacros.beginUserTransaction (formID , class="", style = "", target="")}
- formID - the name of a form for a user transaction
- class - optional, name of a CSS class applied to form
- style - optional, value of a CSS style attribute for form
- target - optional, value of a target attribute for form
Examples
| {addedValueMacros.beginUserTransaction("contactEmailer")} |
Semantics
The first call creates a new instance of a user transaction and presents the named form. Subsequent calls handle submissions (POSTs) , optionally call the post processors attached to the form and respond with linked forms or reports. When the response to a POST operation is a report, the operation is complete and the instance of the user transaction is discarded.
See also