Active
Project:
Content Profile
Version:
6.x-1.x-dev
Component:
User registration module
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 Sep 2010 at 22:11 UTC
Updated:
14 Sep 2010 at 22:13 UTC
Hi,
I'm theming my user registration form via a preprocess function yet although I can override the field group's title I cannot override any of the CCK fields. Their original values as created in the content type always display on the user registration form.
$vars['form']['group_cprofile_personal_info']['#title'] = t('Your Personal Information'); <-- works
$vars['form']['group_cprofile_personal_info']['field_cprofile_postcode']['#title'] = t('Postcode where you live'); <--doesn't work
I'm using 6.x-1.x-dev version of Content Profile with Drupal 6.17. Does Content Profile have any know bugs regarding the above?
Thank you.
Comments
Comment #1
victoria_b commented