Details
-
Type: Improvement
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.2
-
Fix Version/s: 3.2
-
Component/s: CiviCRM Profile
-
Labels:None
Description
If you add a custom field to Contacts that is of type checkbox, and then include this custom field on the drupal registration profile, the label appears as right-aligned and has the wrong font color when you go to create a new drupal user.
The reason seems to be that there is <td class="option-label"> for the cell, whereas all the others fields are <td class="label">.
I confirmed that it's not the fact that it's a custom field, it's because its type is checkbox. Custom text fields display fine.
Attachments
Issue Links
- is supplemented by
-
CRM-6222 hook_customFieldOptions being called with unusual parameter when viewing drupal account page (was: Checkbox custom field on drupal registration profile displays with ascii 001's when user summary viewed on the drupal side)
- Done/Fixed
-
CRM-6206 Profile Edit form - apply new div-based markup and fix display when embedded in Drupal User Reg and My Account
- Done/Fixed