-
Notifications
You must be signed in to change notification settings - Fork 3
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
Showing
1 changed file
with
6 additions
and
33 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 |
---|---|---|
@@ -1,37 +1,10 @@ | ||
# Contact Us | ||
|
||
For general inquiries, membership inquiries, or requests for access to collaborative infrastructure, please feel free to visit our [service desk](https://members.r-consortium.org/). | ||
For general inquiries, membership inquiries, or requests for access to | ||
collaborative infrastructure, please feel free to visit our | ||
[service desk](https://members.r-consortium.org/). | ||
|
||
If you would like information on becoming a member of the R Consortium, please visit the [Join page](join.qmd) or submit an inquiry via the form below and you will be contacted soon. | ||
You can also send us email directly at [email protected] | ||
|
||
<form action="https://formspree.io/f/{your_form_id}" method="POST"> | ||
<label for="firstname">First Name</label><br> | ||
<input type="text" id="firstname" name="name" required><br><br> | ||
<label for="lastname">Last Name</label><br> | ||
<input type="text" id="lastname" name="name" required><br><br> | ||
|
||
<label for="email">Email*</label><br> | ||
<input type="email" id="email" name="_replyto" required><br><br> | ||
<label for="phonenumber">Phone number</label><br> | ||
<input type="tel" id="phonenumber" name="_replyto" required><br><br> | ||
|
||
<label for="inquiry">Inquiry Type:</label><br> | ||
<select id="inquiry" name="inquiry"> | ||
<option value="membership">Membership</option> | ||
<option value="sponsorship">Sponsorship</option> | ||
<option value="press">Press & Media</option> | ||
<option value="events">Events</option> | ||
<option value="rugs">R User Groups</option> | ||
<option value="iscgrants">ISC Grants</option> | ||
<option value="speakers">Speakers Bureau</option> | ||
<option value="webinars">Webinars</option> | ||
<option value="websiteblog">Website & Blog</option> | ||
|
||
</select><br><br> | ||
<label for="message">Comments</label><br> | ||
<textarea id="comments" name="message" rows="4" required></textarea><br><br> | ||
<input type="submit" value="Send"> | ||
</form> | ||
|
||
|
||
By submitting this form you are consenting to receive marketing emails about news, events, and training from R Consortium. You can unsubscribe at any time by following the “Subscription Center” link included within such communications. For information on our privacy practices and commitment to protecting your privacy, please review our [Privacy Policy](#). We do not sell your contact information to third parties. | ||
If you would like information on becoming a member of the R Consortium, | ||
please visit the [Join page](join.qmd). |