Active
Project:
Spamicide
Version:
8.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
9 Oct 2025 at 06:47 UTC
Updated:
3 Nov 2025 at 09:54 UTC
Jump to comment: Most recent, Most recent file
When a spamicide is enabled on a form, feed me field is visible.
Enable spamicide on a form and check the form.
Fixing wrong CSS class that hides the feed me form element.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | spamicide_3551150_2.patch | 253 bytes | icurk |
Comments
Comment #2
icurk commentedHere is a patch that fixes the wrong CSS class selector.
Comment #3
anruether@icurk Where does your template come from? I think the class is not explicitly constructed but depends on your drupal/theme template
For me it's working fine with: 'core/modules/system/templates/form-element.html.twig'
Maybe this could be more robust.