Skip to content

Commit 53f4f1a

Browse files
committed
signup form
1 parent 82b1758 commit 53f4f1a

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

content/en/event-signup.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
title: "Event signup"
3+
4+
url: "/event-signup/"
5+
---
6+
7+
8+
## Harmony event signup
9+
10+
{{< htmlcode >}}
11+
12+
<div id="mc_embed_shell">
13+
<link href="//cdn-images.mailchimp.com/embedcode/classic-061523.css" rel="stylesheet" type="text/css">
14+
<style type="text/css">
15+
#mc_embed_signup{background:#fff; false;clear:left; font:14px Helvetica,Arial,sans-serif; width: 600px;}
16+
/* Add your own Mailchimp form style overrides in your site stylesheet or in this style block.
17+
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
18+
</style><style type="text/css">
19+
#mc-embedded-subscribe-form input[type=checkbox]{display: inline; width: auto;margin-right: 10px;}
20+
#mergeRow-gdpr {margin-top: 20px;}
21+
#mergeRow-gdpr fieldset label {font-weight: normal;}
22+
#mc-embedded-subscribe-form .mc_fieldset{border:none;min-height: 0px;padding-bottom:0px;}
23+
</style>
24+
<div id="mc_embed_signup">
25+
<form action="https://harmonydata.us21.list-manage.com/subscribe/post?u=6c600b2de0b9678055c62637f&amp;id=32eadfb37e&amp;v_id=402&amp;f_id=00f0fce6f0" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank">
26+
<div id="mc_embed_signup_scroll"><h2>Subscribe</h2>
27+
<div class="indicates-required"><span class="asterisk">*</span> indicates required</div>
28+
<div class="mc-field-group"><label for="mce-EMAIL">Email Address <span class="asterisk">*</span></label><input type="email" name="EMAIL" class="required email" id="mce-EMAIL" required="" value=""></div><div id="mergeRow-gdpr" class="mergeRow gdpr-mergeRow content__gdprBlock mc-field-group"><div class="content__gdpr"><label>Marketing Permissions</label><p>Please select all the ways you would like to hear from the Harmony project.</p><fieldset class="mc_fieldset gdprRequired mc-field-group" name="interestgroup_field"><label class="checkbox subfield" for="gdpr97683"><input type="checkbox" id="gdpr_97683" name="gdpr[97683]" class="gdpr" value="Y"><span>Email</span></label></fieldset><p>You can unsubscribe at any time by clicking the link in the footer of our emails. For information about our privacy practices, please visit our website.</p></div><div class="content__gdprLegal"><p>We use Mailchimp as our marketing platform. By clicking below to subscribe, you acknowledge that your information will be transferred to Mailchimp for processing. <a href="https://mailchimp.com/legal/terms">Learn more</a> about Mailchimp's privacy practices.</p></div></div>
29+
<div hidden=""><input type="hidden" name="tags" value="2985983"></div>
30+
<div id="mce-responses" class="clear foot">
31+
<div class="response" id="mce-error-response" style="display: none;"></div>
32+
<div class="response" id="mce-success-response" style="display: none;"></div>
33+
</div>
34+
<div aria-hidden="true" style="position: absolute; left: -5000px;">
35+
/* real people should not fill this in and expect good things - do not remove this or risk form bot signups */
36+
<input type="text" name="b_6c600b2de0b9678055c62637f_32eadfb37e" tabindex="-1" value="">
37+
</div>
38+
<div class="optionalParent">
39+
<div class="clear foot">
40+
<input type="submit" name="subscribe" id="mc-embedded-subscribe" class="button" value="Subscribe">
41+
<p style="margin: 0px auto;"><a href="http://eepurl.com/iRn2e6" title="Mailchimp - email marketing made easy and fun"><span style="display: inline-block; background-color: transparent; border-radius: 4px;"><img class="refferal_badge" src="https://digitalasset.intuit.com/render/content/dam/intuit/mc-fe/en_us/images/intuit-mc-rewards-text-dark.svg" alt="Intuit Mailchimp" style="width: 220px; height: 40px; display: flex; padding: 2px 0px; justify-content: center; align-items: center;"></span></a></p>
42+
</div>
43+
</div>
44+
</div>
45+
</form>
46+
</div>
47+
<script type="text/javascript" src="//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js"></script><script type="text/javascript">(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';fnames[3]='ADDRESS';ftypes[3]='address';fnames[4]='PHONE';ftypes[4]='phone';fnames[5]='BIRTHDAY';ftypes[5]='birthday';fnames[6]='MMERGE6';ftypes[6]='text';fnames[7]='MMERGE7';ftypes[7]='text';fnames[8]='MMERGE8';ftypes[8]='text';fnames[9]='MMERGE9';ftypes[9]='text';fnames[10]='MMERGE10';ftypes[10]='text';fnames[11]='MMERGE11';ftypes[11]='text';}(jQuery));var $mcj = jQuery.noConflict(true);</script></div>
48+
49+
50+
{{</ htmlcode >}}

0 commit comments

Comments
 (0)