Dec 14, 2018 6:05 pm
I run wpforo on a membership site. Is there a way to remove the editing option for email on the account page? It will mess up their membership if they edit their account in wpforo.
Thank you.
1 Reply
Dec 15, 2018 8:15 am
Hi katuser,
I'm sorry, but there is no any option for this purpose.
I suggest you use the following CSS code, put it in Dashboard > Forums > Settings > Styles > Custom CSS Code textarea:
.wpf-field.wpf-field-type-email.wpf-field-name-user_email.wpf-field-required {
display: none !important;
}