Question

I have a custom module that renders a form. In hook_form_alter() I have added honeypot_add_form_protection($form, $form_state, array('honeypot'));

Though, when I perform 'Inspect Element usnig chrome I cannot see any honeypot fields in the html of the page. So, I'm slightly confused on whether this actually work or not.

Any idera on how to test this or atleast see that the form is protected by the Honeypot module?

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with drupal.stackexchange
scroll top