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;
}
190 of 359 people found this helpful.   




Powered by LiveZilla Live Chat Software