Customize Register Page

alt=
@dobmat
11 years ago
93 posts
Hi

I need to add custom fields into user registration page. Please advise on how I can add them.

Thanks.
updated by @dobmat: 08/27/14 07:45:38AM
douglas
@douglas
11 years ago
2,804 posts
You can login as the Master Admin, point your browser to your signup page.... yoursite.com/user/signup, then click the form designer button to add your custom fields to the signup form.

Hope this helps,
Douglas


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
alt=
@dobmat
11 years ago
93 posts
Hi

I did as you said, but the custom fields does not show up if I logout as admin and go to create account page.

Thanks
brian
@brian
11 years ago
10,149 posts
dobmat:
Hi

I did as you said, but the custom fields does not show up if I logout as admin and go to create account page.

Thanks

Make sure they are "active" - by default new fields are created in an inactive state.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
alt=
@dobmat
11 years ago
93 posts
Hi

It is active. It shows up when there is a user logged in and if I type the URL .../jamroom/user/signup. If no user has logged in and if I click on create account link custom fields soesn't show up.

Thanks.
douglas
@douglas
11 years ago
2,804 posts
I just tested this on my dev site and I'm not seeing any issues.

Make sure the "Display Groups", when modifying/creating the field, is set to "All Users (including logged out)".

Hope this helps,
Douglas


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
alt=
@dobmat
11 years ago
93 posts
That worked. I want to display some of those custom registration fields in module items that the user creates. But I can't see those fields in any arrays that I can use in item_detail template. For admin those fields are present in the $item array. But for non-admin users its not there. Please suggest how I can retrieve those fields.

Thanks.
douglas
@douglas
11 years ago
2,804 posts
You'll want to use the form designer in each module and add the fields you want to use.

So if you go to create an audio item, click the form designer button and add the fields in.

Hope this helps,
Douglas


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
alt=
@dobmat
11 years ago
93 posts
The custom fields are for the user and not for the module items. I can see the user_name, user_email and other default fields in the $_user array. But the custom fields that I created for user registration such as user_fullname, user_company are not in the $_user array. Hence I cannot display those information in module item detail page.

Thanks.
SteveX
SteveX
@ultrajam
11 years ago
2,584 posts
The $_user array contains data for the viewing user, not the user who created the module item.


--
¯\_(ツ)_/¯ Education, learning resources, TEL, AR/VR/MR, CC licensed content, panoramas, interactive narrative, sectional modules (like jrDocs), lunch at Uni of Bristol. Get in touch if you share my current interests or can suggest better :)
michael
@michael
11 years ago
7,799 posts
Take a look at the videos on the jrAparna page:
https://www.jamroom.net/the-jamroom-network/documentation/modules/853/jraparna

They walk you through creating a module via aparna, then adding custom form fields to the module.

Tags