Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

wpForo 1.x.x [Closed] Account-page automatically empties email-field in Safari

4 Posts
2 Users
0 Reactions
1,132 Views
Posts: 7
Topic starter
(@eelste)
Active Member
Joined: 6 years ago

Hi,

The account page automatically empties the email-field. Safari recognizes it as 'username field'. First it constantly filled in my user name to the wp-admin page, so I deleted the user name, but now it makes it blank. Any way to get around this? Chrome doesn't have this problem.

Thanks!

3 Replies
Sofy
Posts: 5483
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 years ago

Hi @eelste,

We'll check this issue and back to you asap. 

2 Replies
(@eelste)
Joined: 6 years ago

Active Member
Posts: 7

Great thanks! 

Sofy
 Sofy
Admin
(@sofy)
Joined: 8 years ago

Support Team
Posts: 5483

Hi @eelste,

Please navigate to Dashboard > Forums > Settings > Styles admin page, add the following CSS code in "Custom CSS code" textarea, save it, delete all caches and check again (please reset browser caches as well). 

input::-webkit-contacts-auto-fill-button, input::-webkit-credentials-auto-fill-button {
visibility: hidden;
display: none !important;
pointer-events: none;
position: absolute;
right: 0;
}