function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Trenton BoormanTrenton Boorman 

Communities Self Register - Extra Fields Field Set Name - API Syntax

I'm trying to add a custom field to my community's lightning-based self-registration form.

I've created a Contact field set and named it: SelfRegistration
The contact field I'd like to add is a custom field called: Company_Name

In the community builder there seems to be a place where I can indicate the API name for this field set to add it to the registration form, but I'm unable to figure out the proper syntax/format. Any guidance would be greatly appreciated.

User-added image

Things to note:
If its easier to add it onto the User record instead of the Contact record that should be find four our use case.
Eventually we would like to add a Job Title text field as well. 
Best Answer chosen by Trenton Boorman
Trenton BoormanTrenton Boorman
Figured this out. Very simple - the field set needs to be on the User object and not the Contact object. From there just enter in the API name.
Here's a great video/demo by Chuck on this: http://salesforce.vidyard.com/watch/6WPE0dfEFlCf84FhSfQbYQ

User-added image

All Answers

Trenton BoormanTrenton Boorman
Figured this out. Very simple - the field set needs to be on the User object and not the Contact object. From there just enter in the API name.
Here's a great video/demo by Chuck on this: http://salesforce.vidyard.com/watch/6WPE0dfEFlCf84FhSfQbYQ

User-added image
This was selected as the best answer
Irene ImplementationIrene Implementation
Thanks!
Joey Deegeling 11Joey Deegeling 11
Is it also possible to reorder the fields?
TNiemanTNieman
How do you make the extra fields required?