Skip to content

Commit

Permalink
testing netlify
Browse files Browse the repository at this point in the history
  • Loading branch information
behoppe committed Jul 31, 2024
1 parent be4345a commit b765561
Showing 1 changed file with 13 additions and 22 deletions.
35 changes: 13 additions & 22 deletions src/community/join-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ 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-us-form" method="POST" data-netlify="true">
<form name="join-us-formx" method="POST" data-netlify="true" data-netlify-recaptcha="true">
<div class="form-group">
<label for="name" name="name">Name</label>
<input type="text" class="form-control" id="name" placeholder="Fib O'Nacci">
<label for="name">Name</label>
<input type="text" class="form-control" id="name" name="name" placeholder="Fib O'Nacci" required>
</div>
<div class="form-group">
<label for="email" name="email">Email address</label>
<input type="email" class="form-control" id="email" placeholder="[email protected]">
<label for="email">Email address</label>
<input type="email" class="form-control" id="email" name="email" placeholder="[email protected]" required>
</div>
<div class="form-group">
<label for="company" name="company">Organization</label>
<input type="text" class="form-control" id="company" placeholder="Exemplary Institute">
<label for="company">Organization</label>
<input type="text" class="form-control" id="company" name="company" placeholder="Exemplary Institute">
</div>
<label>More about your work (Check all that apply.)</label>
<div class="form-check">
Expand Down Expand Up @@ -175,21 +175,12 @@ 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>

<div class="form-group">
<div data-netlify-recaptcha="true"></div>
</div>


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

0 comments on commit b765561

Please sign in to comment.