Skip to content

Commit 346102b

Browse files
committed
Replaces sign up form with a Formspree instead of a google form
1 parent 86ff5fd commit 346102b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

_layouts/sign_up_form.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,20 @@ <h1>Hack Brexit Mailing List</h1>
77

88
<p>Sign up on our Hack Brexit contact form for us to keep you updated with all of the latest news </p>
99

10+
<form method="POST" action="http://formspree.io/hackbrexit@gmail.com">
11+
<input type="email" name="email" placeholder="Your email">
12+
<input type="name" name="name" placeholder="Your name">
13+
<button type="submit">Send</button>
14+
</form>
15+
16+
{% comment %}
1017
<form accept-charset="UTF-8" action="https://docs.google.com/forms/d/e/1FAIpQLSftbQrHueHZpjbXyXhWKvR-uixs2J_BFhxJL29ZVp-v9vFoiQ/viewform" method="POST">
1118
<input type="email" name="email" placeholder="Your Email">
1219
<input type="text" name="name" placeholder="Your Name">
1320
<input type="hidden" name="utf8" value="">
1421
<button type="submit">Submit</button>
1522
</form>
23+
{% endcomment %}
1624

1725
{% comment %}
1826
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSftbQrHueHZpjbXyXhWKvR-uixs2J_BFhxJL29ZVp-v9vFoiQ/viewform?embedded=true" width="760" height="500" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>

0 commit comments

Comments
 (0)