- This topic has 2 replies, 2 voices, and was last updated 10 years, 1 month ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
WordPress Membership Plugin
Simple Membership Plugin › Forums › Simple Membership Plugin › Remove First and Last Name Fields From Registration Form
Tagged: registration form, remove fields
I would like to remove the First and Last Names From The Registration Form.
Is this possible please? How?
Thank you.
1. You can use Form Builder add-on.
2. You can tweak CSS styles just to hide these fields. Smth like that:
.swpm-registration-firstname-row, .swpm-registration-lastname-row {
display: none;
}
Thank you so much!