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:
Attributs
type – Indicates which type of form is being created. Possible values are ‘checkout’, ‘myaccount’, ‘login’, ‘forgotpassword’, ‘resetpassword’, ‘1clickpurchase’, and ‘custom’.
Attributs supplémentaires par type de formulaire
Les différents types de formulaires prennent en charge des attributs différents. Vous trouverez ci-dessous une liste des attributs pris en charge, ventilés par type de formulaire.
caisse
productId (facultatif) – 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.
niveau d'adhésion (membershipLevelId) (facultatif) – 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.
mon compte
aucun attribut supplémentaire n'est pris en charge
connexion
aucun attribut supplémentaire n'est pris en charge
Mot de passe oublié
aucun attribut supplémentaire n'est pris en charge
réinitialiser le mot de passe
aucun attribut supplémentaire n'est pris en charge
1clicachat
aucun attribut supplémentaire n'est pris en charge
sur mesure
onSuccess (facultatif) - Spécifie l'URL vers laquelle rediriger le formulaire une fois qu'il a été soumis et traité avec succès.
Utilisation
[MM_Form type='checkout']
...
[/MM_Form]
[MM_Form type='myaccount']
...
[/MM_Form]
[MM_Form type='1clickpurchase']
...
[/MM_Form]
[MM_Form type='custom']
...
[/MM_Form]

