Search
Close
AI Search
Classic Search
 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:

AI Assistant
Notifications
Clear all

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

3 Posts
2 Users
1 Reactions
2,766 Views
 a5c
(@a5c)
New Member
Joined: 6 years ago
Posts: 2
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
  [#4622]

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: 7 years ago
Posts: 1403
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
 

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: 6 years ago
Posts: 2
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
 

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