Problem/Motivation

When a spamicide is enabled on a form, feed me field is visible.

Steps to reproduce

Enable spamicide on a form and check the form.

Proposed resolution

Fixing wrong CSS class that hides the feed me form element.

CommentFileSizeAuthor
#2 spamicide_3551150_2.patch253 bytesicurk

Comments

icurk created an issue. See original summary.

icurk’s picture

StatusFileSize
new253 bytes

Here is a patch that fixes the wrong CSS class selector.

anruether’s picture

@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.