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
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.
Thank you, When I set unchecked required, the field still showed up, I managed to remove it by editing the css files.