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;
}
We greatly appreciate your feedback.




Powered by LiveZilla Helpdesk