How to show multiple profile field groups on register.php?
-
I’m desperately trying to figure out how to show all extended profile fields on the registration page organized by the groups field group they belong to. I’ve found the tips on displaying all the profile fields in one large group, but I need the fields to be displayed within their individual groups.
For example, an “Account Details” section (with the username, password, and email–this already exists), “Profile Details” (with several fields belonging to that group, “Students” (for people registering as students), “Faculty” (for people registering as faculty), etc.
I know I can have a register.php page with just the base group, then encourage the users to fill out the other fields after they’ve registered, but in my experience many people don’t get around to filling in the other fields. I need them to see the options all on the registration page.
I thought I had figured out how to do this (it looked great) but when the registration form was submitted, none of the extended fields were saved. I think that has to do with figuring out where to put the “<input type="hidden" name="signup_profile_field_ids" id="signup_profile_field_ids" value="” />”.
Thank you for whatever help you can give me. My eyes are aching from staring at code for so long. Please help!
- The topic ‘How to show multiple profile field groups on register.php?’ is closed to new replies.