- π«π·France berramou
I moved the development I did in this merge request https://git.drupalcode.org/project/webform_spam_words/-/merge_requests/13 here, but it seems to me that it's not exactly the same feature.
What I did was move the configuration to the webform level, so each webform should have its own spam words. However, the feature requested here is at the field levelβfor example, the message field could have some spam words, while the subject field could have different ones.
I'm not sure what the best way to proceed is: should I update the issue description to cover both features, or should I move the "Moving config to webform level" feature to a separate issue?
- π«π·France berramou
Now each field has its own spam words.
The module adds a configuration for each field of type (Text field, Textarea, and Text format) to check if other field types will need spam words too. - π«π·France bessonweb
Thanks for your work @Berramou ! I will try this very soon.
- π«π·France berramou
You are welcome, glad that i helped!
Test the hook update too that migrate the old config to new structure.