Antibot
Antibot is a Drupal module that deters spambots by requiring JavaScript to be enabled in order to see and submit a webform. In order to work, you must choose which forms to enable protection for by specifying the form IDs.
- Visit Manage > Configuration > Antibot.
- Check the checkbox for Display form IDs. (Form IDs will only display for users with permission to access the Antibot settings and will not be seen by anonymous website visitors.)
Image
- Click Save configuration.
- Visit the webform you want to protect and note the status message above the form. Example:
Antibot (webform_submission_webform_962_node_962_add_form): disabled
- Copy the form ID in the status message. Example:
webform_submission_webform_962_node_962_add_form
- Visit Manage > Configuration > Antibot (again).
- Paste or type the form ID into the list of Form IDs (one per line).
- Click Save configuration.
- Repeat for other forms requiring protection.
- When your list of Form IDs is complete, un-check the setting to Display form IDs in the Antibot settings, and Save configuration again.