i dont Want Email Box In My Form .. I Create New Form But Email Box Already Compalsury.. Any way to remove Email Box ?
Hi @daraz2020-com,
Please follow the steps below:
1. navigate to Dashboard > Comments > Forms admin page, edit the “Default form”, click on the right green Pencil icon of the email field and uncheck the “Field is required” checkbox.
More info here:
https://wpdiscuz.com/docs/wpdiscuz-documentation/getting-started/custom-comment-form/comment-form-builder/#edit_and_delete_fields
2. navigate to Dashboard > Comments > Settings > Styling admin page, put the CSS code below in the "Custom CSS code" textarea:
.wpdiscuz-item.wc_email-wrapper.wpd-has-icon {
display: none !important;
}
Don't forget to delete all caches before checking.