Closed (outdated)
Project:
Legal
Version:
6.x-8.5
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Oct 2011 at 18:22 UTC
Updated:
21 Oct 2017 at 23:40 UTC
Jump to comment: Most recent
Hi,
i was wondering does anyone know how to print the legal checkbox etc in a user-register.tpl.php? I was previously using the snippet below for the terms module.
print drupal_render($form['terms_of_use']['terms_of_use']);
Hope all is well,
Evelyn
Comments
Comment #1
fighter75 commentedhi,
by using legal you have to print [legal]
print drupal_render($form['legal']);Comment #2
nyleve101 commentedHi,
thanks for getting back to me. Is there a way to print it without the label? At present it reads:
Terms and Conditions of Use
Accept Terms & Conditions of Use *
Thanks again,
Evelyn
Comment #3
fighter75 commentedhi evelyn
I do not really understand but try using css to hide label
exemple
Comment #4
fighter75 commentedhi evelyn
I do not really understand but try using css to hide label
exemple
Comment #5
nyleve101 commentedThanks for getting back to me, CSS worked great.
Hope you're well and taking care of yourself,
Evelyn
Comment #6
robert castelo commented