- This topic has 1 reply, 2 voices, and was last updated 6 years, 8 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eMember › eMember – Disable email updating in profile
Hi, I tried to remove the email field in the update profile but if I do this and the member updates anything, then the email is wiped out, left blank. This shouldn’t be happening. Pls help. I want to disable the field so customers cant change their email address.
Cheers,
Viviana
I think it will be better to just hide the email field using a simple CSS tweak.
You can use the following CSS tweak to hide the email field in the member’s edit profile form:
#wp_emember_profileUpdateForm .wp_emember_email {
display: none;
}