Hi.

My antispam is Botcha (drupal.org/project/botcha).

Would it be a good thing to add Botcha to Forward? If so, what would be the ID of forward form: simply " forward_form " ? (the forms need to be added manually in Botcha).

Thanks

Comments

john.oltman’s picture

Adding Botcha to the forward form would be a great idea. You can see the Drupal form ID in Firebug, look for this input field within the form:

<input type="hidden" name="form_id" value="this_is_the_value_you_need">

In this case, yes, the form ID is forward_form

Québec’s picture

Thanks!

john.oltman’s picture

Issue summary: View changes
Status: Active » Closed (fixed)