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
TNiemanTNieman 

Community Self Registration Required Fields

I see that the name and email are required fields on the self registration page, if I add a Feild Set with other fields like Title, those are not required.

How can I make them required?

Tom
Best Answer chosen by TNieman
HarshHarsh (Salesforce Developers) 
Hi,

If you're using the Default self-registration page, you can customize it with Visualforce

You can refer to the following link to create a self-registration page.
Modify the Default Self-Registration Page (https://help.salesforce.com/s/articleView?id=sf.external_identity_self_registration_modify_default_page.htm&type=5)
 
You can also refer to the following article links.
Please mark it as Best Answer if the above information was helpful.

Thanks.
 

All Answers

HarshHarsh (Salesforce Developers) 
Hi,

If you're using the Default self-registration page, you can customize it with Visualforce

You can refer to the following link to create a self-registration page.
Modify the Default Self-Registration Page (https://help.salesforce.com/s/articleView?id=sf.external_identity_self_registration_modify_default_page.htm&type=5)
 
You can also refer to the following article links.
Please mark it as Best Answer if the above information was helpful.

Thanks.
 
This was selected as the best answer
TNiemanTNieman
Thanks Harsh!  I added 2 more fields to the CommunitiesSelfReg.vfp and updated the controller, but those changes aren't showing up
HarshHarsh (Salesforce Developers) 
Hi TNieman,
Follow the instructions given in the below link to enable Enabled Visualforce Pages

https://help.salesforce.com/s/articleView?id=sf.networks_self_reg_apex.htm&type=5 (https://help.salesforce.com/s/articleView?id=sf.networks_self_reg_apex.htm&type=5

Please mark it as Best Answer if the above information was helpful.

Thanks.
TNiemanTNieman
I had all of that already, I was expecting to see it reflected in the Builder.