Skip to content

Commit 4beb130

Browse files
authored
Add Mailchimp submit form (#1204)
* Altered Mailchimp code * bh rit -> BrickHack Interest audience
1 parent 96fa4fd commit 4beb130

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

index.html

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,23 @@
4949
<div class="window-body">
5050
<p>BrickHack 8 is returning in early 2022!</p>
5151
<div class="field-row-stacked">
52-
<label for="prereg-email">Enter your e-mail to stay updated.</label>
53-
<div class="field-row">
54-
<input id="prereg-email" type="text" placeholder="[email protected]">
55-
<button>Submit</button>
52+
<div id="mc_embed_signup">
53+
<form action="https://coderit.us11.list-manage.com/subscribe/post?u=122b09a8cef4c1f3888af8e40&amp;id=4c1af7f783" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
54+
<div id="mc_embed_signup_scroll">
55+
<div class="mc-field-group">
56+
<label for="mce-EMAIL">Enter your e-mail to stay updated.</label>
57+
<div class="field-row">
58+
<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL" placeholder="[email protected]">
59+
<button type="submit">Submit</button>
60+
</div>
61+
</div>
62+
<div id="mce-responses" class="clear">
63+
<div class="response" id="mce-error-response" style="display:none"></div>
64+
<div class="response" id="mce-success-response" style="display:none"></div>
65+
</div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
66+
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_122b09a8cef4c1f3888af8e40_4c1af7f783" tabindex="-1" value=""></div>
67+
</div>
68+
</form>
5669
</div>
5770
</div>
5871
</div>

0 commit comments

Comments
 (0)