Tell me more ×
Answers OnStartups is a question and answer site for entrepreneurs looking to start or run a new business. It's 100% free, no registration required.

This is more of a legal question but I couldn't find the "Legal" Q&A on StackExchange yet...maybe next week :)

I have a web app and mobile app where users sign up and create an account. I also have terms in which all users of my app are governed by.

My question is legally how do I have to ensure every user is actually governed by my terms.

  1. Is it good enough to just have a terms page present and leave it up to the user to read them

  2. Do I have to have a check box on sign up (can I default that to checked)

I have seen both above methods used, any insight into the issue would be much appreciated.

share|improve this question
I also wonder, what if you just add a button "I agree with the terms of service" and have link to the terms above the button. – Evgeny Jun 22 '12 at 5:17

3 Answers

up vote 1 down vote accepted

Generally the best way to answer a question like this is to copy what a HUGE company (with a big legal department) does.

In this case, I believe the answer is have a required check box, defaulted to unchecked, with a link to terms of use. You won't lose conversions because of that. Users are accustomed to checking the box and clicking 'next' or 'signup', etc.

share|improve this answer

As far as I know, it's not been tested in court. If it ever is tested, it is likely that the common practice will be ineffective, and you will have to take more intrusive steps to ensure that people actually read your terms before accepting them.

share|improve this answer
quora.com/Terms-of-Service-Agreements/… apparently there was a court precedent where skipping the checkbox was considered acceptable. (see one of the answers). – Evgeny Jun 22 '12 at 5:14

I have no idea of the "legal" implications but, what about using a scrolling box containing your terms of use with a check box below that is only active upon scrolling through the entire text of your terms? This way you can say the user has read over the terms before accepting them.

I seem to see more and more of this especially with the bigger web companies.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.