Suchst Du etwas bestimmtes?
HTML sign on button in the double opt-in e-mail
In the double opt-in procedure, your participants will first receive an e-mail after their registration in which they can confirm the registration and (only) then their registration data in a second e-mail. The registration link is already pre-programmed as a full URL in the second e-mail. The information is automatically saved in the > participant management.
With the placeholder text “[[Verification Link]]”, you can also add a subscribe link to the second e-mail and design it as a button within an HTML function. Use “[[Unsubscribe Link]]” to add an unsubscribe link or button.
- Select “Double-Opt-In” in the registration window.
- Design a button within the text field via > tools > source code using the placeholder text in an “a href”- tag and additional html code according to your wishes, e. g.:
<div style="width: 300px; height: 35px; background-color: red; padding-top: 15px; text-align: center"><span style="font-size: 12pt;"><strong><span style="color: #000000;><a style="color: #ffffff; text-decoration: none;" href="[[Verification Link]]">Confirm your registration here</a></span></strong></span></div>
If a participant now registers, he will first receive this confirmation e-mail with the verification link button and, after confirmation, a second e-mail with the registration data, which you can > personalize additionally.