how can i add fields to registration page?
kahut - January 2, 2009 - 10:57
| Project: | U Create |
| Version: | 5.x-1.0 |
| Component: | ucreate.module |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | patch (to be ported) |
Description
or how to combine it with content profile?
i want to add more field at registration page, or if possible how one can integrate u create and content profile together?
thanks.

#1
You tagged the post as 5.x but content_profile is a 6.x module - for 5.x it's much simpler to use the bio module which serves a similar purpose and adds the fields into the standard user registration form.
Of course, the bio module doesn't add the field to the Ucreate registration form. So what to do?
A simple solution is to change the ucreate confirmation message received after saving the new user, and to add a link to add a link to the standard user editing page.
Here is a patch to ucreate.module which does exactly this.
#2
Of course a better solution would be to create a bio-like behavior which attaches the bio fields to the bottom of the ucreate registration form.
#3
I've currently decided to uninstall this module and use the standard (bio-enhanced) user registration form - all extra fields are planted by the bio module. Also I've configured OG so that certain groups appear in the user registration form.