I would like to remove the homepage field for anonymous commenting on the comment form, but my current method for this(http://drupal.org/project/nodeformsettings) and all other methods I've tried via search don't seem to work when node comment is enabled.

How can I remove the homepage field with node comment enabled?

Thanks for reading.

Comments

crea’s picture

Status: Active » Fixed

You try to disable anon contacts in the comment settings for the node type. Also you can use hook_form_alter() in custom module.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.