Skip to content

Instantly share code, notes, and snippets.

@ivo-ivanov
Created June 25, 2020 11:05
Show Gist options
  • Save ivo-ivanov/7aa7fb601dc06c58673593a25dafc65d to your computer and use it in GitHub Desktop.
Save ivo-ivanov/7aa7fb601dc06c58673593a25dafc65d to your computer and use it in GitHub Desktop.
Mailchimp embed form (cleaned) #mailchimp #php
<!-- Begin Mailchimp Signup Form -->
<div id="mc_embed_signup">
<form action="https://sozialprojekte.us20.list-manage.com/subscribe/post?u=c6a36bc935239fbad33999327&amp;id=1e6b4c0434" 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">
<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL" >
</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;" aria-hidden="true"><input type="text" name="b_c6a36bc935239fbad33999327_1e6b4c0434" tabindex="-1" placeholder="<?php _e('Geben Sie ihre E-Mailadresse ein', 'nip'); ?>" value=""></div>
<div class="clear newsletter-meta">
<div class="newsletter-consent"><?php _e('Ihre Daten werden nicht weitergegeben.', 'nip'); ?></div>
<input type="submit" value="<?php _e('Newsletter anmelden', 'nip'); ?>" name="subscribe" id="mc-embedded-subscribe" class="button">
</div>
</div>
</form>
</div>
<!--End mc_embed_signup-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment