Comments Michal started the conversationJanuary 4, 2020 at 8:23pmHi,My footer subscribe mailchimp form dont include name field.how do I had one there?only my sidebar widget shows the name fieldMichal 2,700PenciDesign repliedJanuary 5, 2020 at 4:06amHi, Yeah, by default we will hide the name field on subscrible form on the footer because that's not required field. .footer-subscribe .mc4wp-form .mname{ display: block; } .footer-subscribe .mc4wp-form .memail, .footer-subscribe .mc4wp-form .msubmit{ float: none; display: block; width: 100%; margin-right: 0; margin-left: 0; } .footer-subscribe .mc4wp-form .msubmit input, .footer-subscribe .widget .mc4wp-form input[type="email"], .footer-subscribe .widget .mc4wp-form input[type="text"]{ width: 100%; max-width: 100%; } Best Regards, PenciDesign Sign in to reply ...
Hi,
My footer subscribe mailchimp form dont include name field.
how do I had one there?
only my sidebar widget shows the name field
Michal
Hi,
Yeah, by default we will hide the name field on subscrible form on the footer because that's not required field.
Best Regards,
PenciDesign