Skip to content

Commit a76bb19

Browse files
committed
Added signup form
1 parent 4cd2c15 commit a76bb19

File tree

3 files changed

+33
-0
lines changed

3 files changed

+33
-0
lines changed

Diff for: _includes/signin.html

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<form action="https://getsimpleform.com/messages?form_api_token=00b8faf1c4f06947f27ead284f44bee3" method="post">
2+
<!-- the redirect_to is optional, the form will redirect to the referrer on submission -->
3+
<input type='hidden' name='redirect_to' value='http://www.codeandcoffeelb.org/signin/done' />
4+
<!-- all your input fields here.... -->
5+
<input id="form_full_name" name="full_name" placeholder="Full Name" size="50" type="text" /><br>
6+
<input id="form_email_address" name="email_address" placeholder="Email Address" size="50" type="text" /><br><br>
7+
<input type='submit' value='Join Code + Coffee' />
8+
</form>
9+

Diff for: signedin.html

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
profile: false
3+
title: "Welcome to Code and Coffee, Long Beach"
4+
permalink: signin/done
5+
---
6+
<!-- {% include hero.html %} -->
7+
8+
Thanks for joining us! Next, please create a <a href="/members">member page</a> by following the instructions at the bottom of the <a href="/members">members directory</a>.
9+
10+
{% include footer.html %}
11+
<!-- {% include follow.html %} -->

Diff for: signin.html

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
profile: false
3+
title: "Welcome to Code and Coffee, Long Beach"
4+
permalink: signin/
5+
---
6+
<!-- {% include hero.html %} -->
7+
8+
<h3>Join Code + Coffee today!</h3>
9+
10+
{% include signin.html %}
11+
12+
{% include footer.html %}
13+
<!-- {% include follow.html %} -->

0 commit comments

Comments
 (0)