You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've decided to use MailChimp (and not Iterable) to manage our very simple mailing list needs. So, we need to the "stay in touch" form at the bottom of flickr.org to point at the MailChimp setup.
Here's the default code splat from Mailchimp, to add a form to a website (and allow people to subscribe to our list):
<!-- Begin Mailchimp Signup Form -->
<link href="//cdn-images.mailchimp.com/embedcode/slim-10_7_dtp.css" rel="stylesheet" type="text/css">
<style type="text/css">
#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }
/* Add your own Mailchimp form style overrides in your site stylesheet or in this style block.
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
</style>
<div id="mc_embed_signup">
<form action="[https://flickr.us14.list-manage.com/subscribe/post?u=b6315cbd5669549e605e8a038&id=b26049e8e6](https://flickr.us14.list-manage.com/subscribe/post?u=b6315cbd5669549e605e8a038&id=b26049e8e6)" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<label for="mce-EMAIL">Subscribe</label>
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required>
<!-- 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_b6315cbd5669549e605e8a038_b26049e8e6" tabindex="-1" value=""></div>
<div class="optionalParent">
<div class="clear foot">
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button">
<p class="brandingLogo"><a href="http://eepurl.com/hU64Mf" title="Mailchimp - email marketing made easy and fun"><img src="https://eep.io/mc-cdn-images/template_images/branding_logo_text_light_dtp.svg"></a></p>
</div>
</div>
</div>
</form>
</div>
<!--End mc_embed_signup-->
The text was updated successfully, but these errors were encountered:
We've decided to use MailChimp (and not Iterable) to manage our very simple mailing list needs. So, we need to the "stay in touch" form at the bottom of flickr.org to point at the MailChimp setup.
Here's the default code splat from Mailchimp, to add a form to a website (and allow people to subscribe to our list):
The text was updated successfully, but these errors were encountered: