Class error in required fields
-
I just noticed a recent bug in our email signup forms. We are using the plugin’s generated class “yikes-mailchimp-field-required” to do some styling on required elements.
The styles recently broke, and looking at the source, the reason is that the space between classes is now missing so the class the element gets is “FNAME-labelyikes-mailchimp-field-required”
As you can see, this should probably be “FNAME-label yikes-mailchimp-field-required” with the space in there between FNAME-label and yikes-mailchimp-field-required
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Class error in required fields’ is closed to new replies.