Notifications
Clear all

Hide the Email Field from wpforo account settings

2 Posts
2 Users
0 Likes
177 Views
Posts: 1
Topic starter
(@tugadj)
New Member
Joined: 5 months ago

Hello,

 

I'm using OAuth to connect to WordPress through the external user panel and database and I want to disable the ability (hide) the field were members can change their email address in the wpforo settings.

 

Is it possible?

WordPress Version
6
1 Reply
Posts: 1081
(@tutrix)
Noble Member
Joined: 3 years ago

Hi @tugadj

you can use this CSS code

.wpf-field.wpf-field-type-email.wpf-field-name-user_email.wpf-field-required {
  display: none;
}

Dashboard > wpForo > Settings > Colors & Styles > Custom CSS

or use > wpForo - User Custom Fields to have full control over all fields

Reply