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
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
Comment #1
john.oltman commentedAdding 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
Comment #2
Québec commentedThanks!
Comment #3
john.oltman commented