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

Add Monthly Digest Signup #7

Open
PatrickHeneise opened this issue Apr 13, 2022 · 0 comments
Open

Add Monthly Digest Signup #7

PatrickHeneise opened this issue Apr 13, 2022 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@PatrickHeneise
Copy link
Member

We'll be using mailer lite to send a monthly summary/digest for all upcoming CDC events. We'll need to place this snippet on the website somewhere to allow people to subscribe:

Make sure the following snippet of Javascript is present on every page of your website right before the closing "head" tag.
You only need to add this snippet once, even if you plan to have multiple forms.

<!-- MailerLite Universal -->
<script>
    (function(w,d,e,u,f,l,n){w[f]=w[f]||function(){(w[f].q=w[f].q||[])
    .push(arguments);},l=d.createElement(e),l.async=1,l.src=u,
    n=d.getElementsByTagName(e)[0],n.parentNode.insertBefore(l,n);})
    (window,document,'script','https://assets.mailerlite.com/js/universal.js','ml');
    ml('account', '19898');
</script>
<!-- End MailerLite Universal -->

Copy and paste the code provided below, wherever you want the form to appear.

<div class="ml-embedded" data-form="HWY8WK"></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant