- This topic has 3 replies, 4 voices, and was last updated 1 month ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
WordPress Membership Plugin
Simple Membership Plugin › Forums › Simple Membership Plugin › Disabling username field for user registration
Tagged: Registration
To make the process of registering on my client’s site a bit smoother, I wanted to be able to disable the Username field in the sign up form – and have the username just be email addresses instead. Is this possible in Simple Membership please?
You need to hide the username field on the form using CSS and then copy the email address to the username field, when the user submits the form, with custom PHP.
Our Form Builder add-on includes options to customize the registration form. You can hide the username field and configure the system to use the email address as the username instead.
CSS and then copy the email address to the username field, when the user submits the form, with custom PHP.