Any plans to add support for Webform AJAX? Alternatively, do you have any tips for protecting AJAX-based forms? Thanks.

Comments

DamienMcKenna created an issue. See original summary.

geerlingguy’s picture

I might be willing to merge support in the D7 version, but I don't have interest in doing the work myself. Another alternative would be for someone to create something like a honeypot_webform_ajax submodule that just provides the correct shims to get it to work. I haven't done any work in the past couple years trying to get Honeypot working correctly with AJAX forms, but it seems that basic usage should work since it's using the form API correctly... the CSS would probably be the main thing that could break.

DamienMcKenna’s picture

Status: Active » Closed (works as designed)

After some further testing I realized that it already works as intended.

geerlingguy’s picture

Yay!