HTML subscriptions codes that work with the plugins.

Klick-Tipp, GetResponse, MailChimp, aweber,
Mad Mimi, CleverReach, Rapidmail/emailsys,
Benchmark, Newsletter2go, goolux24 (no code example yet.) …

Klick-Tipp

<form action="https://www.klick-tipp.com/subscribe.php" method="post" accept-charset="UTF-8"><input type="text" 
name="FormValue_Fields[CustomFieldFirstName]" value="" /><input type="text" name="FormValue_Fields[EmailAddress]" 
value="" /><button type="submit" name="FormButton_Subscribe">Eintragen</button><input type="hidden" 
name="FormValue_FormID" value="12345" /></form>

getresponse

<form action="https://app.getresponse.com/add_subscriber.html" accept-charset="utf-8" method="post">
 <!-- Name-Feld anzeigen(required) -->
 name: <input type="text" name="name"/><br/>
 <!-- E-Mail-Feld (erforderlich) -->
 email: <input type="text" name="email"/><br/>
 <!-- Kampagnen-Token -->
 <!-- Token holen unter: https://app.getresponse.com/campaign_list.html -->
 <input type="hidden" name="campaign_token" value="12345" />
 <!-- „Kontakte“-Button -->
 <input type="submit" value="Subscribe"/>
</form>

mailchimp

<!-- Begin MailChimp Signup Form -->
<div id="mc_embed_signup">
<form action="//woocommerce-klick-tipp.us12.list-manage.com/subscribe/post?u=abc12345&id=12345" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
 <div id="mc_embed_signup_scroll">
 
<div class="mc-field-group">
 <label for="mce-EMAIL">Email Address </label>
 <input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL">
</div>
<div class="mc-field-group">
 <label for="mce-FNAME">First Name </label>
 <input type="text" value="" name="FNAME" class="" id="mce-FNAME">
</div>
<div class="mc-field-group">
 <label for="mce-LNAME">Last Name </label>
 <input type="text" value="" name="LNAME" class="" id="mce-LNAME">
</div>
 <div id="mce-responses" class="clear">
 <div class="response" id="mce-error-response" style="display:none"></div>
 <div class="response" id="mce-success-response" style="display:none"></div>
 </div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
 <div style="position: absolute; left: -5000px;"><input type="text" name="abc12345" tabindex="-1" value=""></div>
 <div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
 </div>
</form>
</div>
<!--End mc_embed_signup-->

aweber

<!-- AWeber Web Form Generator 3.0.1 -->
<form method="post" class="af-form-wrapper" accept-charset="UTF-8" action="https://www.aweber.com/scripts/addlead.pl" >
<div style="display: none;">
<input type="hidden" name="meta_web_form_id" value="123456789" />
<input type="hidden" name="meta_split_id" value="" />
<input type="hidden" name="listname" value="awlist4078743" />
<input type="hidden" name="redirect" value="https://www.aweber.com/thankyou-coi.htm?m=text" id="redirect_12345678912345678912345678912345" />
<input type="hidden" name="meta_adtracking" value="My_Web_Form" />
<input type="hidden" name="meta_message" value="1" />
<input type="hidden" name="meta_required" value="name,email" />
<input type="hidden" name="meta_tooltip" value="" />
</div>
<div id="af-form-123456789" class="af-form"><div id="af-header-123456789" class="af-header"><div class="bodyText"><p> </p></div></div>
<div id="af-body-123456789" class="af-body af-standards">
<div class="af-element">
<label class="previewLabel" for="awf_field-12345650">Name: </label>
<div class="af-textWrap">
<input id="awf_field-12345650" type="text" name="name" class="text" value="" onfocus=" if (this.value == '') { this.value = ''; }" onblur="if (this.value == '') { this.value='';} " tabindex="500" />
</div>
<div class="af-clear"></div></div>
<div class="af-element">
<label class="previewLabel" for="awf_field-12345651">Email: </label>
<div class="af-textWrap"><input class="text" id="awf_field-12345651" type="text" name="email" value="" tabindex="501" onfocus=" if (this.value == '') { this.value = ''; }" onblur="if (this.value == '') { this.value='';} " />
</div><div class="af-clear"></div>
</div>
<div class="af-element buttonContainer">
<input name="submit" id="af-submit-image-123456789" type="image" class="image" style="background: none; max-width: 100%;" alt="Submit Form" src="http://aweber.com/images/forms/plain/buttons/grey.png" tabindex="502" />
<div class="af-clear"></div>
</div>
<div class="af-element privacyPolicy" style="text-align: center"><p>We respect your <a title="Privacy Policy" href="https://www.aweber.com/permission.htm" target="_blank" rel="nofollow">email privacy</a></p>
<div class="af-clear"></div>
</div>
<div class="af-element poweredBy" style="text-align: center; font-size: 9px;"><p><a href="https://www.aweber.com" title="AWeber Email Marketing" target="_blank" rel="nofollow">Powered by AWeber Email Marketing</a></p>
<div class="af-clear"></div>
</div>
</div>
<div id="af-footer-123456789" class="af-footer"><div class="bodyText"><p> </p></div></div>
</div>
<div style="display: none;"><img src="https://forms.aweber.com/form/displays.htm?id=123456" alt="" /></div>
</form>

<!-- /AWeber Web Form Generator 3.0.1 -->

Mad Mini

<form accept-charset="UTF-8" action="https://madmimi.com/signups/subscribe/12345" id="mad_mimi_signup_form" method="post" target="_blank">
 <div style="margin:0;padding:0;display:inline">
 <input name="utf8" type="hidden" value="✓"/>
 </div>
 <div class="mimi_field required">
 <label for="signup_email">Email*</label>
 <br/>
 <input id="signup_email" name="signup[email]" type="text" data-required-field="This field is required" placeholder="[email protected]"/>
 </div>
 <div class="mimi_field">
 <label for="signup_first_name">First Name</label>
 <br/>
 <input id="signup_first_name" name="signup[first_name]" type="text" data-required-field="This field is required"/>
 </div>
 <div class="mimi_field">
 <input type="submit" class="submit" value="Subscribe" id="webform_submit_button" data-default-text="Subscribe" data-submitting-text="Sending..." data-invalid-text="↑ You forgot some required fields" data-choose-list="↑ Choose a list" data-thanks="Thank you!">
</input>
 </div>
 </form>

cleverReach

geht nur ohne CAPTCHA, es wird kein Name übergeben da andere Feldbezeichnung
HTML Formular anlegen http://support.cleverreach.de/hc/de/articles/202373311
CAPTCHA in der Inhaltsübersicht entfernen (nur bezahlte Accounts) http://support.cleverreach.de/hc/de/articles/202373341

<form class="layout_form cr_form cr_font" action="https://eu2.cleverreach.com/f/123-456/wcs/" method="post" target="_blank">
 <div class="cr_body cr_page cr_font formbox">
 <div class='non_sortable'>
 
 </div>
 
 <div class='editable_content'>
 <div id="123" rel="text" class="cr_ipe_item ui-sortable" >
<label for="text21523" class="itemname">Name</label> <input id="text123" name="123" type="text" value="name" />
</div><div id="21523" rel="email" class="cr_ipe_item ui-sortable musthave" >
<label for="text21523" class="itemname">E-Mail*</label> <input id="text123" name="email" value="" type="text" />
</div><div id="215723" rel="button" class="cr_ipe_item ui-sortable submit_container" >
<button type="submit" class="cr_button">Anmelden</button>
</div>
 </div>
 
 <noscript><a href="http://www.cleverreach.de">www.CleverReach.de</a></noscript>
</div>
</form>

 
Wenn Du einen Account hast teste bitte den HTML Code und gib uns bescheid

clever element/send cockpit

URL selbst anpassen: _s.php -> http://ea.sendcockpit.com/_s.php?&fid=2345&fpw=123

kein HTML code, daher nicht getestet
Wenn Sie einen HTML Code findest teste Sie und geben Sie uns bescheid

rapidmail

<input type="text" class="form_field" name="email" id="email" value="" />
<style type="text/css">
 ...
 </style>
 <form action="https://tools.emailsys.net/123/234/12345/subscribe/form.html" method="post">
 <div class="form">
 <div class="form_border">
 <ul>
 <li>
 <label class="field_label required" for="email">E-Mail: </label>
 <input type="text" class="form_field" name="email" id="email" value="" />
 </li>
 <li class="form_button">
 <input type="submit" class="form_button_submit" value="Anmelden" />
 </li>
 </ul>
 </div>
 </div>
 </form>

benchmarkemail

<!-- BEGIN: Signup Form Manual Code from Benchmark Email Ver 2.0 ------>
<div align="center">
<form style="display:inline;" action="https://lb.benchmarkemail.com//code/lbform" method=post name="frmLB123456" accept-charset="UTF-8" onsubmit="return _checkSubmit123456(this);" >
<input type=hidden name=successurl value="http://lb.benchmarkemail.com//Code/ThankYouOptin?language=german" />
<input type=hidden name=errorurl value="http://lb.benchmarkemail.com//Code/Error" />
<input type=hidden name=token value="12345" />
<input type=hidden name=doubleoptin value="" />
<div class=bmform_outer123456 id=tblFormData123456>
<div class=bmform_inner123456>
<div class=bmform_head123456 id=tdHeader123456>
<div class=bm_headetext123456>Jetzt anmelden</div></div>
<div class=bmform_body123456>
<div class=bmform_introtxt123456 id=tdIntro123456 >
Anmelden zu unserem Newsletter<br />
</div>
<div id=tblFieldData123456 style='text-align:left;'>
<div class=bmform_frmtextsdfs6>
Email <span style='color:#CC0000;font-size:125%;'> *</span> </div>
<input type=text class=bmform_frm123456 name=fldEmail maxlength=100 />
<div class=bmform_frmtext123456>
First Name</div>
<input type=text class=bmform_frm123456 name=fldfirstname maxlength=100 />
<div class=bmform_frmtext123456>
Last Name</div>
<input type=text class=bmform_frm123456 name=fldlastname maxlength=100 />
</div>
<div class=bmform_button123456><input type="submit" id="btnSubmit" value="Speichern" krydebug="1751" class=bmform_submit123456 />
</div></div>
<div class=bmform_footer123456><div class=footer_bdy123456><div class=footer_txt123456></div></div></div>
</div></div>
<table id="tblRequiredField123456" width="220" border="0" cellspacing="0" cellpadding="0" ><tr><td align=right style='font-size:10px;'>
* Pflichtfeld
</td></tr></table>
</form></div>
<!-- BEGIN: Email Marketing By Benchmark Email ------><div align="center" style="padding-top:5px;font-family:Arial,Helvetica,sans-serif;font-size:10px;color:#999999;">Powered by <a href="//www.benchmarkemail.com/de" target=_new style="text-decoration:none;font-family:Arial,Helvetica,sans-serif;font-size:10px;color:#999999;">Benchmark Email</a></div><!-- END: Email Marketing By Benchmark Email ---------->
<!-- END: Signup Form Manual Code from Benchmark Email Ver 2.0 ------>

newsletter2go

<form id="nl2go--form" action="https://app.newsletter2go.com/de/recipients/index/subscribe/" method="post" accept-charset="utf-8">
<table border="0"><tbody>
<tr><td align="left" style="padding-right: 8px">E-Mail*
 </td>
 <td>
 <input type="text" name="nl2go--mail" id="nl2go--mail" style="background: #f4f4f4; border: 1px solid #cccccc; padding: 2px; width: 250px;">
 </td>
</tr>
<tr><td align="left" style="padding-right: 8px">Vorname
 </td>
 <td>
 <input type="text" name="nl2go--firstname" id="nl2go--firstname" style="background: #f4f4f4; border: 1px solid #cccccc; padding: 2px; width: 250px;">
 </td>
</tr>
<tr><td align="left" style="padding-right: 8px">Nachname
 </td>
 <td>
 <input type="text" name="nl2go--lastname" id="nl2go--lastname" style="background: #f4f4f4; border: 1px solid #cccccc; padding: 2px; width: 250px;">
 </td>
</tr>
<tr>
 <td>
 
 </td><td align="center"><input type="submit" value="Zum Newsletter anmelden" name="nl2go--submit" id="nl2go--submit" style="cursor: pointer; border: 1px solid rgb(52, 116, 14); border-radius: 3px 3px 3px 3px; font-weight: bold; text-align: center; color: rgb(255, 255, 255); background-color: rgb(75, 166, 20); background-image: -moz-linear-gradient(center top , rgb(75, 166, 20), rgb(0, 140, 0)); padding: 4px 8px; text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.3); font-size: 100%; margin-top: 8px;width: 100%;">
<input type="hidden" name="nl2go--key" id="nl2go--key" value="12345$12345"><noscript><a href="https://www.newsletter2go.de/newsletter-marketing/" title="Newsletter Marketing von Newsletter2Go">Newsletter Marketing von Newsletter2Go</a></noscript>
 </td>
</tr>
</tbody></table>
</form>

Sie haben Ihren E-Mail Anbieter getestet und es kommen keine E-Mails an?
Dann schreib Sie uns und wir bringen das zum Laufen.

Haben Sie einen Anbieter der schon funktioniert und nicht auf der Liste ist?
Schreiben Sie uns bitte einen Kommentar.

  • Name des Anbieter + gerne mit Ihrem Affiliate Link
  • Schritt für Schritt Screenshots zum HTML Formular
  • Den funktionierender Code
0 Kommentare

Hinterlasse einen Kommentar

An der Diskussion beteiligen?
Hinterlasse uns deinen Kommentar!

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert