generated from knso/webklar-preview-template
Warteliste: echtes Brevo-Anmeldeformular statt Mailto-Button
- E-Mail-Feld + Knopf im Papier-Design auf allen 7 Landingpages (DE/EN/TR/AR/UK/RU/PL), lokalisierte Platzhalter/Button-Texte - POST an Brevo (Double-Opt-in aktiv), Honeypot gegen Spam - Besucher können sich jetzt mit 2 Klicks eintragen statt eine Mail abzuschicken — deutlich niedrigere Hürde - DE-Bonustext präzisiert: Code kommt per Mail, sobald die App fertig ist Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -229,6 +229,15 @@
|
||||
}
|
||||
footer { margin-top: 20px; font-size: 14.5px; color: var(--grau); }
|
||||
footer a { color: var(--grau); }
|
||||
|
||||
/* Warteliste-Formular (Brevo) */
|
||||
.wl-form { display: flex; flex-direction: column; gap: 12px; margin-top: 4px; }
|
||||
.wl-input {
|
||||
width: 100%; padding: 15px 16px; font-size: 17px; font-family: inherit;
|
||||
border: 2px solid var(--tinte); background: #fff; color: var(--tinte);
|
||||
}
|
||||
.wl-input::placeholder { color: #9a958a; }
|
||||
.wl-btn { width: 100%; cursor: pointer; text-align: center; font-family: inherit; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
@@ -348,12 +357,15 @@
|
||||
</p>
|
||||
<p class="bonus-zeile">
|
||||
🎁 <strong>Ihr Dankeschön:</strong> Sie können <strong>5 Briefe
|
||||
gratis</strong> erklären lassen — statt 3. Den Code bekommen Sie
|
||||
per E-Mail.
|
||||
gratis</strong> erklären lassen — statt 3. Den Code bekommen Sie per E-Mail, sobald die App fertig ist.
|
||||
</p>
|
||||
<a class="cta" href="mailto:behoerdenbriefhelfer@gmail.com?subject=Anmeldung%20Warteliste&body=Hallo%2C%20bitte%20informiert%20mich%2C%20wenn%20Beh%C3%B6rdenKlar%20verf%C3%BCgbar%20ist.">
|
||||
📧 Per E-Mail eintragen
|
||||
</a>
|
||||
<form class="wl-form" action="https://86550585.sibforms.com/serve/MUIFAAvOQCpFg148k-xD2Ze2PDVKKaFEIaLECCCMe9fGKd_uIurPljyn_IhTrkR0EkM_pQp_8VBzcHZ6N9sKDX5GBZi9elYKN6isXGPUUxcAgO37OKhTFZyMlJiC9ikRmPI8Q2tU2GvqP6esJ5ReGfv1htZV_OfXRIgW59P6pkeUsYKxqdXA7nWOaWxNTYz4MzzoGg7czJMJ2fxuEg==" method="POST">
|
||||
<input class="wl-input" type="email" name="EMAIL" placeholder="Ihre E-Mail-Adresse" required autocomplete="email">
|
||||
<input type="text" name="email_address_check" value="" style="position:absolute; left:-5000px;" tabindex="-1" autocomplete="off" aria-hidden="true">
|
||||
<input type="hidden" name="locale" value="de">
|
||||
<input type="hidden" name="html_type" value="simple">
|
||||
<button class="cta wl-btn" type="submit">Auf die Warteliste eintragen →</button>
|
||||
</form>
|
||||
<p class="klein">
|
||||
Wir speichern Ihre E-Mail-Adresse nur für diese eine Nachricht.
|
||||
Sie können sich jederzeit abmelden — <a href="datenschutz.html">Datenschutzerklärung</a>.
|
||||
|
||||
Reference in New Issue
Block a user