Skip to content

Commit

Permalink
Update contact.md
Browse files Browse the repository at this point in the history
Testing code on Form based on errors
  • Loading branch information
mmeagher11 committed Feb 6, 2024
1 parent 1378b98 commit 41e696a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions content/about/contact.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@ CURIOSS is a Community for University and Research Institution OSPOs. If you wan
<div class="container">
<div class="col-md-6">
<div class="bg-white p-4">
<form action="https://docs.google.com/forms/d/e/1FAIpQLSdhSsURaiS-molwKRlFPnvqncCx1Vd0BmRs0ATl75z5R2-YxA/formResponse" target="_blank" method="post">
<input type="text" id="name" name="name" class="form-control mb-4 px-0" placeholder="Name">
<input type="text" id="email" name="email" class="form-control mb-4 px-0" placeholder="Email address">
<input type="text" id="organization" name="organization" class="form-control mb-4 px-0" placeholder="Institution or Organization">
<label for="review">Please include your question here</label>
<textarea id="review" name="review" rows="4" cols="50">
<form action="https://docs.google.com/forms/d/e/1FAIpQLSdhSsURaiS-molwKRlFPnvqncCx1Vd0BmRs0ATl75z5R2-YxA/formResponse" target="_blank" method="post">
<input type="text" id="name" name="name" class="form-control mb-4 px-0" placeholder="Name" required>
<input type="text" id="email" name="email" class="form-control mb-4 px-0" placeholder="Email address" required>
<input type="text" id="organization" name="organization" class="form-control mb-4 px-0" placeholder="Institution or Organization" required>
<label for="question">Please include your question here</label>
<textarea id="question" name="question" rows="4" cols="50" required>
</textarea>
<label for="review">If applicable, please tell us a little about your institution's OSPO</label>
<textarea id="review" name="review" rows="4" cols="50">
<label for="ospo_info">If applicable, please tell us a little about your institution's OSPO</label>
<textarea id="ospo_info" name="ospo_info" rows="4" cols="50">
</textarea>
<input class="btn btn-primary" type="submit" value="Submit">
</form>
<input class="btn btn-primary" type="submit" value="Submit">
</form>
</div>
</div>
</section>

0 comments on commit 41e696a

Please sign in to comment.