Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redirect to MailChimp mailing list #10

Open
george08 opened this issue Mar 8, 2022 · 0 comments
Open

Redirect to MailChimp mailing list #10

george08 opened this issue Mar 8, 2022 · 0 comments

Comments

@george08
Copy link
Collaborator

george08 commented Mar 8, 2022

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&amp;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-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant