Skip to content

Commit

Permalink
join-us-form
Browse files Browse the repository at this point in the history
  • Loading branch information
behoppe committed Jul 31, 2024
1 parent b967705 commit be4345a
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion src/community/join-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ eleventyNavigation:

The OpenCilk project welcomes your expertise and enthusiasm. Please fill out the form below to get started. Thank you for your interest!

<form name="join-form" method="POST" data-netlify="true">
<form name="join-us-form" method="POST" data-netlify="true">
<div class="form-group">
<label for="name" name="name">Name</label>
<input type="text" class="form-control" id="name" placeholder="Fib O'Nacci">
Expand Down Expand Up @@ -175,6 +175,22 @@ The OpenCilk project welcomes your expertise and enthusiasm. Please fill out the
</br>
Thank you!

<p>
<label>Your Name: <input type="text" name="namex" /></label>
</p>
<p>
<label>Your Email: <input type="email" name="emailx" /></label>
</p>
<p>
<label>Your Role: <select name="rolex[]" multiple>
<option value="leader">Leader</option>
<option value="follower">Follower</option>
</select></label>
</p>
<p>
<label>Message: <textarea name="messagex"></textarea></label>
</p>

<p>
<button type="submit" class="btn btn-primary">Submit</button>
</p>
Expand Down

0 comments on commit be4345a

Please sign in to comment.