Notifications
Clear all

[Solved] How can I completely remove the E-Mail field?

3 Posts
2 Users
1 Likes
1,368 Views
 a5c
(@a5c)
New Member
Joined: 4 years ago
Posts: 2
Topic starter  

I want to have only one field and the comment text edit.

In this case I need just a username and comment, nothing else.

I hope you can help me out with my problem.

Thanks in advance.

Best Regards


   
Elvina
(@elvina)
Support
Joined: 5 years ago
Posts: 1403
 

Hi @a5c,

Thank you for using wpDiscuz.

Please follow the steps below to get it resolved:

1. Navigate to Dashboard > Comments > Forms admin page, edit the "Default form". In Comment Form Builder section, find and edit the email field, then uncheck the "Field is required" checkbox. More info here: https://wpdiscuz.com/docs/wpdiscuz-documentation/getting-started/custom-comment-form/comment-form-builder/#comment_form_fields

2. Navigate to Dashboard > Comments > Settings > Styling admin page, put the following CSS code in the "Custom CSS Code" textarea:

#wpcomm .wpd-form-row .wpdiscuz-item input[type="email"]{
display:none !important;
}

Don't forget to delete all caches before checking.


   
a5c reacted
 a5c
(@a5c)
New Member
Joined: 4 years ago
Posts: 2
Topic starter  

Thank you, When I set unchecked required, the field still showed up, I managed to remove it by editing the css files.


   
Share:
Scroll to top