1. Startseite
  2. Wissensdatenbank
  3. SmartTags™.
  4. SmartTags™ Verwendungsbeispiele
  5. Neue Kunden zur Bestätigung ihrer E-Mail-Adresse auffordern

Neue Kunden zur Bestätigung ihrer E-Mail-Adresse auffordern

If you want to require customers to confirm their email address when they’re signing up, all you have to do is include the following SmartTag™ in your checkout form:

[MM_Form_Field name='email-confirm' customAttributes='placeholder="Confirm Email Address"']

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 require that this field be filled out and match what’s in the email address field before allowing the form to be submitted.

Hier sehen Sie ein vollständiges Beispiel, das die Standardvorlage für die Kassenseite verwendet und in das der oben genannte SmartTag™ bereits eingefügt wurde:

<div class="mm-checkoutContainer">
[MM_Form type='checkout']
[MM_Form_Message type='error']
<div class="mm_left_column">
[MM_Form_Section type='accountInfo']
<div id="mm-account-information-section" class="mm-checkoutInfoBlock">
<h3>Konto-Informationen</h3>
<p class="mm-formField">
<label>Erster Name:</label>
[MM_Form_Field type='input' name='firstName' customAttributes='placeholder="First Name"']
</p>
<p class="mm-formField">
<label>Nachname:</label>
[MM_Form_Field type='input' name='lastName' customAttributes='placeholder="Last Name"']
</p>
<p class="mm-formField">
<label>E-Mail:</label>
[MM_Form_Field type='input' name='email' customAttributes='placeholder="Email Address"']
<mark style="background-color:#fcb900" class="has-inline-color">[MM_Form_Field name='email-confirm' customAttributes='placeholder="Confirm Email Address"']</mark>
</p>
<p class="mm-formField">
<label>Kennwort:</label>
[MM_Form_Field type='input' name='password' customAttributes='placeholder="Password"']
</p>
<p class="mm-formField">
<label>Telefon:</label>
[MM_Form_Field type='input' name='phone' isRequired='false' customAttributes='placeholder="Phone Number"']
</p>

</div>
[/MM_Form_Section]
[MM_Form_Section type='billingInfo']
<div id="mm-billing-information-section" class="mm-checkoutInfoBlock">
<h3>Details zur Rechnungsstellung</h3>
<p class="mm-ccLogos"><img src="../wp-content/plugins/membermouse/resources/images/cclogos.gif" width="199" height="30" alt="Visa, Master Card, American Express, Discover" />
</p>
<p class="mm-formField">
<label>Kreditkarte:</label>
[MM_Form_Field name='ccNumber' customAttributes='placeholder="Credit Card Number"']
</p>
<p class="mm-formField">
<label>Sicherheitscode:</label>
[MM_Form_Field name='ccSecurityCode' customAttributes='placeholder="Sicherheitscode"']
</p>
<p id="mm-checkout-expiration-date" class="mm-checkout-expiration-date mm-formField">
<label>Verfallsdatum: </label>
[MM_Form_Field name='ccExpirationDate']
</p>

<p style="clear:both;"></p>

<h3 class="mm-hr">Rechnungsadresse</h3>

<p class="mm-formField">
<label>Adresse:</label>
[MM_Form_Field name='billingAddress' customAttributes='placeholder="Billing Address"']
</p>
<p class="mm-formField">
<label>Stadt:</label>
[MM_Form_Field name='billingCity' customAttributes='placeholder="Billing City"']
</p>
<p class="mm-formField">
<label>Staat:</label>
[MM_Form_Field name='billingState' customAttributes='placeholder="Billing State"']
</p>
<p class="mm-formField">
<label>Reißverschluss:</label>
[MM_Form_Field name='billingZipCode' customAttributes='placeholder="Billing Zip Code"']
</p>
<p class="mm-formField">
<label>Land:</label>
[MM_Form_Field name='billingCountry']
</p>

</div>
[/MM_Form_Section]
[MM_Form_Section type='shippingInfo']
<div id="mm-shipping-information-section" class="mm-checkoutInfoBlock">

<h3>Lieferadresse</h3>

<p id="mm-shipping-method-block" class="mm-formField">
<label>Versandart:</label>
[MM_Form_Field name='shippingMethod']
</p>
<p class="mm-formField">
Der Versand ist derselbe wie die Rechnungsstellung
[MM_Form_Field name='shippingSameAsBilling']
</p>

[MM_Form_Subsection type='shippingAddress']
<div>
<p class="mm-formField">
<label>Adresse:</label>
[MM_Form_Field name='shippingAddress' customAttributes='placeholder="Shipping Address"']
</p>
<p class="mm-formField">
<label>Stadt:</label>
[MM_Form_Field name='shippingCity' customAttributes='placeholder="Shipping City"']
</p>
<p class="mm-formField">
<label>Staat:</label>
[MM_Form_Field name='shippingState' customAttributes='placeholder="Shipping State"']
</p>
<p class="mm-formField">
<label>Reißverschluss :</label>
[MM_Form_Field name='shippingZipCode' customAttributes='placeholder="Shipping Zip Code"']
</p>
<p class="mm-formField">
<label>Land:</label>
[MM_Form_Field name='shippingCountry']
</p>
</div>
[/MM_Form_Subsection]
</div>
[/MM_Form_Section]
[MM_Form_Section type='coupon']
<div id="mm-coupon-block" class="mm-couponSection mm-checkoutInfoBlock">

<h3>Gutscheine</h3>
<p class="mm-formField">
[MM_Form_Field name='couponCode']
<a href="/de/[MM_Form_Button type='applyCoupon']/" class="mm-button">Coupon anwenden</a>
</p>

[MM_Form_Message type='couponSuccess']
[MM_Form_Message type='couponError']  
</div>
[/MM_Form_Section]
</div>
<div class="mm_right_column">
<div class="mm-checkoutSection2">
<h2>[MM_Form_Data name='productName' useAccessName='false']</h2>
<p class="mm-productDesc">[MM_Form_Data name='productDescription']</p>
<ul>
<li><span class="mm-prices">Produkt Preis:</span> [MM_Form_Data name='productPriceDescription'] </li>
[MM_Order_Decision isShippable='true']
<li><span class="mm-prices">Versandpreis:</span> [MM_Form_Data name='shippingPrice'] </li>
[/MM_Order_Decision]
[MM_Order_Decision isDiscounted='true']
<li><span class="mm-prices">Rabatt:</span> [MM_Form_Data name='discount'] </li>
[/MM_Order_Decision]
<li><span class="mm-prices">Gesamtpreis:</span> [MM_Form_Data name='totalPrice'] </li>
</ul>
</div>
<div class="mm-purchaseSection">
<div class="mm-giftsection">
[MM_Member_Decision isMember='true']
<p>[MM_Form_Field type='input' name='gift'] Ist dies ein Geschenk?</p>
[/MM_Mitglieder_Entscheidung]
</div>
<div class="mm-paymentbuttons">
[MM_Form_Button type='all' label='Bestellung abschicken' color='orange']
</div>
</div>
</div>
[/MM_Form]
</div>
War dieser Artikel hilfreich?

Verwandte Artikel

Sie können die gesuchte Antwort nicht finden?

Wenden Sie sich an unser Customer Success Team
Kontaktieren Sie uns!