Terms of Use | drupal.org
This module adds Terms of Use and a [x] I agree check box to the registration page.
In Drupal 6, a required checkbox that's not ticked/checked will bypass validation. This module circumvents this known issue by doing its own validation for the checkbox.
Compared to the Legal module, the Terms of Conditions of this module are stored in a node. The advantages of this are:
- The module does not add yet another table to your database
- You can use any input format you want to filter the content of the 'Terms', including 'FULL HTML'.
- You can use node versioning.
- You can link to the 'Terms' from anywhere, using Drupal's menu.
Unlike the Legal module, you can edit the text that appears as title of the 'Terms of Use' fieldset on your form, as well as the label for the checkbox.
Use this module if you can't launch your commercial site without:
[x] I agree.
Or
[x] I CERTIFY THAT I AM OVER THE AGE OF 18 YEARS OLD.
Read the instructions in README.txt.
Your Terms of Use must be stored in a node.
Do not forget to visit the admin/settings/terms_of_use page, and do NOT forget to clear your Drupal cache.