Let's Reconnect, thank you for making 2022 our best year yet.

Look Back
Adding custom fields to the registration page — Cloud Customer Connect
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Adding custom fields to the registration page

Received Response
20
Views
6
Comments
edited Jun 7, 2022 12:34PM in General Technical Discussions 6 comments

Content

I have added a custom field into registration dialog page (AccountDropdown widget).

Looks like it does not take the new field/custom field added.  Is there any restriction on custom fields on registration page ?

pls look at the  last line of the code where I am trying to add new field.\

Format subject for clarity

Version

16.8

Code Snippet

             <rn:condition logged_in="false">
<rn:widget path="login/AccountDropdown" subpages="#rn:msg:ACCOUNT_OVERVIEW_LBL# > account/overview"
sub:input_Contact.Emails.PRIMARY.Address:label_input="#rn:msg:EMAIL_ADDR_LBL#"
sub:input_Contact.Emails.PRIMARY.Address:required="true"
sub:input_Contact.Emails.PRIMARY.Address:validate_on_blur="true"
sub:input_Contact.Login:label_input="#rn:msg:USERNAME_LBL#"
sub:input_Contact.Login:required="true"
sub:input_Contact.Login:validate_on_blur="true"
sub:input_Contact.Name.First:required="true"
sub:input_Contact.Name.First:label_input="#rn:msg:FIRST_NAME_LBL#"
sub:input_Contact.Name.Last:required="true"
sub:input_Contact.Name.Last:label_input="#rn:msg:LAST_NAME_LBL#"
sub:input_SocialUser.DisplayName:label_input="#rn:msg: DISPLAY_NAME_LBL#"
sub:input_Contact.NewPassword:label_input="#rn:msg: PASSWORD_LBL#"

sub:input_Contact.CustomFields.c.staff_id:label_input="#rn:msg:CUSTOM_MSG_STAFF_ID#"
/> 
        

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!