how can i see the profile field on registration page?
Posted
by Nitz
on Stack Overflow
See other posts from Stack Overflow
or by Nitz
Published on 2010-05-01T07:34:39Z
Indexed on
2010/05/01
7:37 UTC
Read the original article
Hit count: 316
Hey Guys,
I have made customized user registration page. and i have made that on theme layer.
But now i want to see the the fields which i have made in profile module.
as i have written like this for
<?php print drupal_render($form['account']['name']); ?>
this code will show the user name field. which is default. now i want to see the profile fields which i have created on the profile module.
So can any one tell me what i have to write in drupal_render[?]?
Thanks in advance.
Nitish
Panchjanya Corporation
© Stack Overflow or respective owner