Hi All,
Is there any way to add "I agree terms and conditions." check box at each login ?
Anybody worked for this system ?
Thanks,
Monalisa
Hi All,
Is there any way to add "I agree terms and conditions." check box at each login ?
Anybody worked for this system ?
Thanks,
Monalisa
Comments
Comment #1
jn2 commentedYou need a contrib module. I know of two:
http://drupal.org/project/terms_of_use
http://drupal.org/project/legal
This is the Drupal core issue queue. (Not really the right place for your question.) A better place to look for help would be the support forums, or just search drupal.org for a module that does what you need.
Comment #2
monalisab commentedThanks for the reply.
I had tried with these modules. But its creating check-box for user registration form. Not for login form/login block... :(
Comment #3
jn2 commentedYou could post your question in the issue queue for one of those modules, or post it here:
http://drupal.org/forum/22
Comment #4
monalisab commentedThanks.
My requirement is solved. I have done it by creating a new module.
Comment #5
zdean commentedcould you share your module...I've been looking for this solution too.
Comment #6
umeshpatil commentedI know the issue is way older, so you guys have already figured out the solution. But for those who need it follow below for the Drupal 7 version,
Please install Legal module and then create your custom module and put below code in it
check out the login page and now whatever checkboxes you will add using Legal module's UI you could able to see them here in login form as well.
Enjoy :)
Comment #7
nayanalok commentedInstall 'Legal' module and follow below steps
That is it...