Pour toutes questions sur nos formations Drupal, n'hésitez pas à nous contacter.
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:
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's body field. CCK can't be used!
Do not forget to visit the admin/settings/terms_of_use page, and do NOT forget to clear your Drupal cache.