Hi

I want to use a profile field provided with Profile Checkboxes module (http://drupal.org/project/profile_checkboxes) and when I use the registration through uc_signup makes the field not multiple (instead of checkboxes or radio buttons, a "plain" list selection is displayed)

Any idea of how make these two work together? Btw, not sure if is an issue of uc_signup or profile checkboxes.

Thanks!

CommentFileSizeAuthor
#4 Imagen 1.png132.27 KBpcambra

Comments

ezra-g’s picture

Category: feature » support

UC_Signup calls hook_user with the 'registration' op to get the attendee information form, $profile_form = array_values(module_invoke('profile', 'user', 'register', array(), (object)array())); so my guess is that this has to do with how the profile checkboxes are added to the user registration form. One thing to check is whether they are enabled for the user registration form.

pcambra’s picture

Yes, they are enabled for the registration form, in the "normal" registration form are displayed correctly.

ezra-g’s picture

Status: Active » Postponed (maintainer needs more info)

I realize the camp has already happened, but it occurred to me that maybe the profile fields that weren't displaying as expected were in a separate profile field category, or perhaps you have multiple categories?

pcambra’s picture

StatusFileSize
new132.27 KB

Yes, there were two sepparate categories, one called profile (Perfil) and another one called assistance (Asistencia), the last one was the related with the issue, I'm sorry but as the camp passed the sign up is not open anymore so I can't test it much more deeply, I'm attaching a screenshot of the profile config, the one with the problems was profile_attendance_interest

ezra-g’s picture

Status: Postponed (maintainer needs more info) » Closed (duplicate)

I'm marking this as a duplicate of #721046: Include non-core fields added to profile form but will reference this issue there.