Wenn Sie Ihrer Kassenseite ein benutzerdefiniertes Feld hinzufügen möchten, müssen Sie nur den folgenden SmartTag™ in Ihr Kassenformular einfügen:
[MM_Form_Field type='custom' id='10' isRequired='false']
In order for this to work correctly make sure that you place the SmartTag™ between the MM_Form type=’checkout’ and /MM_Form SmartTags. After this SmartTag™ has been included in the checkout form MemberMouse will render the custom field as part of the checkout form based on the benutzerdefinierte Feldkonfiguration.
So erhalten Sie den SmartTag™ für ein bestimmtes benutzerdefiniertes Feld:
- Klicken Sie im Menü MitgliedMaus auf Checkout-Einstellungen und klicken Sie dann auf das Symbol Benutzerdefinierte Felder tab.
- Suchen Sie das benutzerdefinierte Feld, das Sie der Kassenseite hinzufügen möchten, in der Tabelle.

- Click the ‘blue tag’ button in the Formular SmartTag Spalte.
- Kopieren Sie in dem sich öffnenden Dialogfeld den SmartTag.

- Paste the SmartTag™ anywhere between the MM_Form type=’checkout’ and /MM_Form SmartTags on your checkout page.
Benutzerdefiniertes Feld SmartTag™-Attribute
| isRequired | Set the ‘isRequired’ attribute to ‘true’ if you want the field to be required. By default it will not be required. |
| Klasse | Set the ‘class’ attribute to apply a custom CSS class to the field. |
| Typ | Set the ‘type’ attribute to ‘custom-hidden’ to make this a hidden field. This would usually be use in conjunction with Übergabe benutzerdefinierter Daten an die Kassenseite über die URL. |

