I would like to gather more information when a user registers for my site, specifically their company name.
Here is my current page: https://finishingandcoating.com/index.php/registration
Is there a way to add "Company Name" to the list of required information?
Thanks
Hi timpennington
You can add a new custom field for Company name via Backend >> Users >> Fields and set it as a required field
Thank you!
I did add "Company" as you described and it added it (see screenshot) but it is greyed out and nothing can be typed into it.
Is there something else I need to do to activate it?
timpennington
You can go to Users Options >> Permissions >> Guest and set to allow to edit custom fields:
That worked!
One more question: Is there a way to turn off the word "Fields" from appearing. It seems out of place and not sure users would understand what that means. Maybe same for the word "Profile"
Thank you
You can try this custom CSS:
.registration fieldset:nth-child(2) legend, .registration fieldset:nth-child(3) legend { display: none; }
I am happy that the issue resolved. We would like to resolve the thread. In case you have any questions, feel free to ask us anytime.
Best regards.