Posted by Bilmar on November 1, 2009 at 3:33pm
Jump to:
| Project: | Content Profile |
| Version: | 6.x-1.x-dev |
| Component: | User registration module |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Hello,
I was wondering if it is possible to render form fields in user-register.tpl.php for content profile. I would like more control over the placement of the form fields on the registration page.
Thank you very much in advance!
Comments
#1
Hello,
Yes it is, if you can display regular fields, Content Profile fields are as follows (an example) :
print drupal_render($form['group_personal']['field_gender']);Where group_personal is the Field group where the Gender field is.
Content Profile is easier to display than many other modules.
#2
awesome thanks! I have started to use the above for all of the fields in my template =)
#3
Automatically closed -- issue fixed for 2 weeks with no activity.