Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Terms and Privacy Checkbox on Signup #240

Open
aarontitus opened this issue Aug 3, 2013 · 2 comments
Open

Add Terms and Privacy Checkbox on Signup #240

aarontitus opened this issue Aug 3, 2013 · 2 comments

Comments

@aarontitus
Copy link
Member

Please add a mandatory checkbox (with validation) to the /signup page to agree with the Terms of Service and Privacy Policy:

I agree to the Terms of Service and Privacy Policy
@aarontitus
Copy link
Member Author

Here is the code:
<label for="TermsOfService">
<input type="checkbox" value="yes" name="TermsOfService" id="TermsOfService" />
<strong>I agree to the <a target="_blank" id="TOSLink" href="/terms">Terms of Service</a> and <a target="_blank" id="PrivacyLink" href="/privacy">Privacy Policy</a></strong>
</label>

@aarontitus
Copy link
Member Author

Actually- I added the previous text in new_new_organization.html in <!-- Comments --> Add it to the database and un-comment the code to complete this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant