As a followup to #849066: Better support for free events, let's add http://drupal.org/project/signup_profile to cod_events so that sites are better equipped for both paid and free events.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1210852-signup-profile.patch | 417 bytes | ezra-g |
Comments
Comment #1
ezra-g commentedComment #2
coltraneLet's also export the variable 'signup_profile_fields' set to SIGNUP_PROFILE_REQ, which is all profile fields that are required. This will alter the default which is all profile fields but those that are set to appear on the registration form.
Comment #3
ezra-g commentedFirst and Last name are the only required profile fields that ship with COD, and COD by default requires users to login to sign up for events if they're not using the uc_signup workflow, so changing this setting to all required fields wouldn't change the fields that appear on the free event signup form since all authenticated users would have already filled out the name fields.
I discussed with coltrane and we agreed the best solution is to have signup_profile be enabled so that folks can add other required profile fields and have those appear in the free non-uc_signup signup form.
Committed: http://drupalcode.org/project/cod_support.git/commit/14e8158
We should document this functionality.
Comment #4
coltrane#1211128: Profile fields being saved to user data is an issue affecting COD Support's profile first and last names however.
Comment #5
coltraneTry out Signup Profile 6.x-1.x from git now.
Comment #6
coltraneOr better yet the 6.x-1.0 release http://drupal.org/project/signup_profile
Comment #7
ezra-g commentedSignup_profile has been added to cod.make and the install profile.