Skip to content

Commit ec5252a

Browse files
authored
Merge pull request #30 from HackBrexit/feature/18-tweaks
Tweaked html for sign up form
2 parents 2ef8369 + c139753 commit ec5252a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

_layouts/sign_up_form.html

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

88
<p>Fill in your details here for us to keep you updated with the latest news about the Hack Brexit project.</p>
99

10-
<form method="POST" action="http://formspree.io/[email protected]" class="form-inline">
10+
<form method="post" action="http://formspree.io/[email protected]">
1111
<div class="form-group">
12-
<label for="exampleInputName2">Name</label>
13-
<input type="name" name="name" class="form-control" id="exampleInputName2" placeholder="Your name">
12+
<label for="fullname">Full Name</label>
13+
<input type="name" name="name" class="form-control" id="fullname" placeholder="Your fullname">
1414
</div>
15-
15+
1616
<div class="form-group">
17-
<label for="exampleInputEmail2">Email</label>
18-
<input type="email" email="email" class="form-control" id="exampleInputEmail2" placeholder="Your email">
17+
<label for="email">Email</label>
18+
<input type="email" email="email" class="form-control" id="email" placeholder="Your email">
1919
</div>
2020

21-
<button type="submit" class="btn btn-primary">Sign up for updates on Hack Brexit</button>
21+
<button type="submit" class="btn btn-primary btn-block">Sign up for updates on Hack Brexit</button>
2222
</form>
2323

2424
</div>

0 commit comments

Comments
 (0)