I want to put a registration block on my homepage that only has the two required fields I have setup, username and email address. I have been able to create a block that calls drupal_get_form('user_registration'), but that returns the entire form. How do I only display the first two registration fields?

Thanks.

Comments

Richard_’s picture

Looking for the same solution. You might check this:
http://drupal.org/node/257721#comment-846353