- Issue created by @calbasi
- 🇧🇶Caribbean Netherlands calbasi Catalonia
Finally, it seems my issue is still around. I get it only on Production site, not in DEV site. I thought it could be due to js aggregation (because DEV refresh cache, etc), but disabling JavaScript aggregation doesn't solve my issue
- 🇮🇪Ireland asirjacques Dublin
Hi Calbasi, it looks like this is a usability bug. The feature Display form id in order to show which forms are enabled with antibot is a bit flawed.
The function
_webform_antibot_enabled
get the list of forms from antibot config and if you add the webform_submission_formulari_de_contacte_node_2_add_form then it does not run into this function antibot_webform_submission_form_alter. It's not a big issue because it will still run this functionantibot_protect_form
in both cases but the integration with Webform could be improved.May be when the flag is set the config for antibot should be updated as well....
In the end, if you want to enable antibot for webform it's better to only enable in the Third party settings section of the webform and not in antibot config. Confusing? Yes.
Hope it helps.