Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1077863
    Houston
    Participant

    How 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?

    http://askaricollection.com/

    Many thanks,
    Houston

    #1078024
    Joao
    Moderator

    Hi 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

    #1078068
    Houston
    Participant

    How 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,
    Houston

    #1078263
    Joao
    Moderator

    Hi 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

  • <script> jQuery(function($){ $("#no-reply-1077863 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>