addedValueMacros.beginUserTransactionURL
Syntax
{addedValueMacros.beginUserTransactionURL(formID, initialValues="", template="")}
- formID - the name of a form for a user transaction
- initialValues - optional, a string of ampersand delimited name=value pairs which initialise variables in a User transaction
- template - optional, name of a Frontier html template, which is stored in the websites #templates table
Examples
| {addedValueMacros.beginUserTransactionURL("contactEmailer")} |
Semantics
Returns a URI to a form based on the user transaction of which formid is a part, which can be used in links and src values of frames and iframes. The Manila template used by the page, which can be defined by a number of plugins, determines the look and feel of the page. The beginUserTransactionLink and beginUserTransactionLinkPopup macros use this internally.
See also