Formular SmartTag™ (MM_Form)

This tag is the primary tag required for inserting a form into a page. Using this tag alone won’t result in anything being rendered to the screen for the user to see. Its function is to specify the form type and provide any default parameters to all form tags contained within this tag so that MemberMouse knows how to process them. This tag is meant to be used in conjunction with the other form tags including:

Attribute

Typ – Indicates which type of form is being created. Possible values are ‘checkout’, ‘myaccount’, ‘login’, ‘forgotpassword’, ‘resetpassword’, ‘1clickpurchase’, and ‘custom’.

Zusätzliche Attribute nach Formulartyp

Verschiedene Formulartypen unterstützen unterschiedliche Attribute. Im Folgenden finden Sie eine Liste der unterstützten Attribute, aufgeschlüsselt nach Formulartyp.

Zur Kasse

productId (optional) – Specifies the ID of the product being purchased on the checkout form. If this attribute is not provided then the checkout form will attempt to get the product ID from the querystring parameter ‘rid’ in the browser URL. If both this attribute and the ‘rid’ querystring parameter are set then the querystring parameter will be used.

membershipLevelId (optional) – Specifies the ID of the membership level being purchased or signed up for on the checkout form. If this attribute is not provided then the checkout form will attempt to get the product ID from the querystring parameter ‘rid’ in the browser URL. If both this attribute and the ‘rid’ querystring parameter are set then the querystring parameter will be used.

meinKonto

keine zusätzlichen Attribute unterstützt

Anmeldung

keine zusätzlichen Attribute unterstützt

vergessenesPasswort

keine zusätzlichen Attribute unterstützt

Kennwort zurücksetzen

keine zusätzlichen Attribute unterstützt

1KlickKauf

keine zusätzlichen Attribute unterstützt

benutzerdefinierte

onSuccess (optional) - Gibt die URL an, zu der umgeleitet werden soll, nachdem das Formular erfolgreich übermittelt und verarbeitet wurde.

Verwendung
[MM_Form type='checkout']

...

[/MM_Form]

[MM_Form type='meinKonto']

...

[/MM_Form]

[MM_Form type='1clickpurchase']

...

[/MM_Form]

[MM_Form type='custom']

...

[/MM_Form]
War dieser Artikel hilfreich?

Verwandte Artikel