Home Forums WoodMart support forum Subscribe form

Subscribe form

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #140580

    ex501
    Participant

    Hello
    I am trying to add 1 more field to subscribe form but I am not able to do it via mailchimp.
    At this moment there’s email field and submit button on the left by default. I wish to have email field, the below that field dropdown field and below that submit button.

    Is this possible?>

    #140592

    Hello,

    Please refer to the plugin documentation or support, perhaps the premium version could suggest the option. Our theme just supports the free version and do not have any options to configure the plugin.

    Best Regards

    #140593

    ex501
    Participant

    Hello,
    I am no talking about plugin configuration I am talking about woodmart style.
    Is it possible to have submit button below the input field not floating right?

    #140658

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .mc4wp-form>div {
      display: block;
    }
    body .mc4wp-form>div>p {
      margin: 0 auto;
    }

    Best Regards

    #140798

    ex501
    Participant

    Perfect thanks!

    #140822

    Eric Watson
    Participant

    You are welcome!

Viewing 6 posts - 1 through 6 (of 6 total)