Search code examples
phpdrupaldrupal-6drupal-7drupal-theming

display roles checkboxes in custom register page in Drupal 7


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??


Solution

  • 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.