Knowledge Base
/
Quick Tips and How-to's
How to hide first name and last name on public registration page
1. Create a custom template
2. Add the following to the bottom of the template.css file:
#register_firstname,
#register_lastname
{
display:none;
}
label[for=register_firstname],
label[for=register_lastname]
{
display:none;
}
169
of
327
people found this helpful.
Powered by LiveZilla Helpdesk