I've installed spamicide, enabled it for my webform, but it doesn't seem to be working. The hidden "feed_me" field is not there after disabling css or while viewing the source of my front-end webform. How can I troubleshoot this further?

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

lipcpro’s picture

The trouble here is that spamicide is attaching itself to either the node/add/webform (webform_node_form) and/or node/?/webform (webform_components_form) neither of which will protect the actual form just the webform creation and component add forms. Once you've created the webform node, navigate to it then choose the "Add Spamicide protection to this form" and it will protect the actual form and not the webform form or component form. When that is done you can remove the protection (if you aren't letting non authorized users add webforms) from the webform_node_form and/or webform_components_forms.

RowboTony’s picture

Indeed that was the issue! Thank you so much for the fast response, all good now!

GoZ’s picture

Category: bug » feature
Status: Active » Needs review
FileSize
2.55 KB

I make a patch to add an option to automatically add spamicide on all webforms (if webform is enabled)

pelicani’s picture

Issue summary: View changes

We also had problems adding spamicide to a web form
we would go to the node, click on the spamicide link, but it always says 'add'
we looked at the code and found the hook menu was loading the 5th variable in the url string
but our form id was the 6th

we changed ours, but I'm curious if this will break other things.
thoughts?

peace,
michael

lipcpro’s picture

Assigned: Unassigned » lipcpro
Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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