Closed (duplicate)
Project:
Signup Integration for Ubercart
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 Dec 2009 at 20:20 UTC
Updated:
4 Sep 2010 at 03:38 UTC
Jump to comment: Most recent file
Comments
Comment #1
ezra-g commentedUC_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.Comment #2
pcambraYes, they are enabled for the registration form, in the "normal" registration form are displayed correctly.
Comment #3
ezra-g commentedI 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?
Comment #4
pcambraYes, 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
Comment #5
ezra-g commentedI'm marking this as a duplicate of #721046: Include non-core fields added to profile form but will reference this issue there.