ibericode / mailchimp-top-bar

Adds a MailChimp opt-in bar to the top of your WordPress site.
https://wordpress.org/plugins/mailchimp-top-bar/
GNU General Public License v3.0
17 stars 8 forks source link

Add label to Email Field #88

Closed hchouhan closed 1 year ago

hchouhan commented 4 years ago

Make the form more accessible by adding labels.

hchouhan commented 4 years ago

https://wordpress.org/support/topic/lack-of-label-impacts-accessibility/

arnelap commented 4 years ago

This would work I guess:

add_action( 'mctb_before_email_field', function() { echo ''; });

dannyvankooten commented 1 year ago

8ad371314ee3d36286b3599cf5e3ebf72ab13a1e

Done in 2017