Tagged: x
-
AuthorPosts
-
July 8, 2016 at 8:17 am #1077863
HoustonParticipantHow do I get the Mailchimp form to just ask for the email address and not the name and also lay it out horizontally instead of vertical?
Many thanks,
HoustonJuly 8, 2016 at 10:41 am #1078024
JoaoModeratorHi There,
Please add the following code to Appereance CUstomizer Custom CSS
.x-subscribe-form { max-width:none !important; } .x-subscribe-form fieldset { display: inline-block; vertical-align: middle; } .x-subscribe-form input[type="submit"] { margin:0; } .x-subscribe-form input[type="text"], .x-subscribe-form input[type="email"] { margin-bottom: 0; }Let us know how it goes
Thanks
Joao
July 8, 2016 at 11:15 am #1078068
HoustonParticipantHow would I go about hiding the NAME field. I don’t care about having their name, just want the email. Can I simply just just assigning a css of display:hide; to it?
Many thanks,
HoustonJuly 8, 2016 at 1:50 pm #1078263
JoaoModeratorHi Houston,
First of all you need to go to Mailchimp and eliminate that field.
Mailchimp won´t work if the fields on WordPress and on Mailchimp itself are not exactly the same.
Once that is done try recreating the form.
Hope that helps
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1077863 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
