Skip to content

Commit

Permalink
Update contact.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mmeagher11 committed Feb 6, 2024
1 parent 0283c63 commit 0213a81
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions content/about/contact.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,4 @@ type: wide

CURIOSS is a Community for University and Research Institution OSPOs. If you want to find out more about the CURIOSS community, please drop us an email @ info@curioss.org. A member of the CURIOSS organizing team will be in contact.

<!-- Do not run this code -->
<section class="section" style="padding-top: 20px; padding-bottom: 20px;">
<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" 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="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>
</div>
</div>
</section>
<!-- Do not run this code -->

0 comments on commit 0213a81

Please sign in to comment.