Update registration form authored by Matt Noyes's avatar Matt Noyes
...@@ -6,8 +6,6 @@ label: Join ...@@ -6,8 +6,6 @@ label: Join
If you would like to join Social.coop, please fill out this form with If you would like to join Social.coop, please fill out this form with
your details, and someone will get back to you shortly via email. your details, and someone will get back to you shortly via email.
*Note, contributing through [Open Collective] is a condition
of membership, so applicants must have an existing Open Collective profile, which can be set up [here](https://opencollective.com/create-account). New members must also agree to our [Code of Conduct] and must to be over the age of consent.*
<div> <div>
<form action="/registration" method="POST"> <form action="/registration" method="POST">
...@@ -20,9 +18,6 @@ of membership, so applicants must have an existing Open Collective profile, whic ...@@ -20,9 +18,6 @@ of membership, so applicants must have an existing Open Collective profile, whic
<label for="surname">This should be left unchanged</label> <label for="surname">This should be left unchanged</label>
<input id="surname" name="surname" type="text" maxlength="40"> <input id="surname" name="surname" type="text" maxlength="40">
<label for="oc-user">OpenCollective user name</label>
<input id="oc-user" name="oc-user" type="text" required maxlength="15">
<label for="email">Contact email address</label> <label for="email">Contact email address</label>
<input id="email" name="email" type="email" required> <input id="email" name="email" type="email" required>
</div> </div>
...@@ -32,7 +27,16 @@ In up to 500 characters (the maximum length of a toot on Mastodon), can you tell ...@@ -32,7 +27,16 @@ In up to 500 characters (the maximum length of a toot on Mastodon), can you tell
<textarea id="about-me" name="about-me" rows="10" maxlength="500"></textarea> <textarea id="about-me" name="about-me" rows="10" maxlength="500"></textarea>
## Open Collective:
Contributing through [Open Collective] is a condition
of membership, so applicants must have an existing Open Collective profile, which can be set up [here](https://opencollective.com/create-account).
<label for="oc-user">Link to your OpenCollective profile</label>
<input id="oc-user" name="oc-user" type="text" required maxlength="25">
## Code of Conduct: ## Code of Conduct:
New members must also agree to our [Code of Conduct] and must be over the age of consent.
<input type="checkbox" name="agree-to-terms" value="agree-to-terms" required> I am over 18, and have read, understood and agree to the terms of use and engagement as written in the [Code of Conduct]. A summary of the code is below; please be sure to review the full Code via the link. <input type="checkbox" name="agree-to-terms" value="agree-to-terms" required> I am over 18, and have read, understood and agree to the terms of use and engagement as written in the [Code of Conduct]. A summary of the code is below; please be sure to review the full Code via the link.
... ...
......