I need to know how to make one of the fields on my comment not NOT required. How can I set the e-mail field in the comment field to not be required, but optional?
Leave a Reply
You must be logged in to post a comment.
I need to know how to make one of the fields on my comment not NOT required. How can I set the e-mail field in the comment field to not be required, but optional?
You must be logged in to post a comment.
Settings
>Discussion
>Other comment settings
> uncheckComment author must fill out name and e-mail
Update
Well, as far as WP is concerned these are glued together. You can add your own check for empty name, something like this (not tested):
But then will also need to modify form generation so name is marked up as required and email not…