I want to add an email field to submit new comment form in Drupal 6. I tried to use CCK, but I couldn’t find a node type ‘comment’.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
First, you have to set the permission so that guests can write comments aswell (/admin/user/permissions#module-comment). After you did that, visit your website with another browser and make sure that you can add a comment.
The next step is to navigate to your node type settings (/admin/content/node-type/{your_node_type_name}), scroll down to the comment settings and set the radio box that says “guest comments” to “guests have to give their contact information” (I am not sure on the wording as I do not have the english version installed).
That should have worked: You should now have a required name and e-mail field plus an optional homepage field.