-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3794a17
commit c0000a0
Showing
1 changed file
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
layout: default | ||
--- | ||
|
||
<h1>Membership Registration</h1> | ||
|
||
<script type="text/javascript">var submitted=false;</script> | ||
<iframe name="hidden_iframe" id="hidden_iframe" style="display:none;" onload="if(submitted) {window.location='/registered';}"></iframe> | ||
|
||
<form class="form" target="hidden_iframe" onsubmit="submitted=true;" action="https://docs.google.com/forms/d/e/1FAIpQLSeUMFELwbr2IbRaPE_Zl7hePvQvWyYUhRqpqMj77Slm97lgxw/formResponse"> | ||
|
||
<label>Name</label> | ||
<input name="entry.287414696" type="text" required /> | ||
|
||
<label>Email</label> | ||
<input name="emailAddress" type="email" required /> | ||
|
||
<label>Institute</label> | ||
<input name="entry.173623171" type="text" /> | ||
|
||
<label>Website</label> | ||
<input name="entry.846401907" type="text" /> | ||
|
||
<label>Twitter</label> | ||
<input name="entry.1785595554" type="text" /> | ||
|
||
<label>GitHub</label> | ||
<input name="entry.804654090" type="text" /> | ||
|
||
<label>Interests</label> | ||
<input name="entry.1840383585" type="text" /> | ||
|
||
<label>Show email on Members page?</label><br> | ||
<label class="container">Yes | ||
<input type="radio" checked="checked" name="entry.460495396" value="Yes"> | ||
<span class="checkmark"></span> | ||
</label> | ||
<label class="container">No | ||
<input type="radio" name="entry.460495396" value="No"> | ||
<span class="checkmark"></span> | ||
</label> |