i have created my own custom register page in drupal 7 but i can not display roles checkboxes
my code is:
<div class="register-name-field"><?php echo drupal_render($form['account']['roles']); ?></div>
but role did not appear??
i have created my own custom register page in drupal 7 but i can not display roles checkboxes
my code is:
<div class="register-name-field"><?php echo drupal_render($form['account']['roles']); ?></div>
but role did not appear??
This portion appears for users who have the Administer permissions
permission.
I don't think it is safe to allow anonymous users to choose the role they belong to.