Notifications
Clear all

[Closed] Hide the Email Field from wpforo account settings

2 Posts
2 Users
0 Reactions
524 Views
Posts: 1
Topic starter
(@tugadj)
New Member
Joined: 1 year 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?

1 Reply
Tutrix
Posts: 1357
(@tutrix)
Noble Member
Joined: 4 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