• Resolved tranos5

    (@tranos5)


    Hi, your plugin is super, but i have a question, how can create Newsletter subscription with email and submit buttom at the same line?

    Like form on footer on my website.

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Saurabh – WPMU DEV Support

    (@wpmudev-support7)

    Hi @tranos5

    Hope you are doing fine. You can create a form adding an email field only, remove the field label and then use some custom css to set the display property to flex for the form. Please find below a sample (change the 310 number to your form id)

    #forminator-module-310{
      display: flex;
      flex-direction: row;
    } 

    Hope this information helps.

    Kind regards

    Luis

    Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @tranos5 ,
    ?
    We haven’t heard from you for several days now, so it looks like you no longer need our assistance.
    ?
    Feel free to re-open this topic if needed.
    ?
    Kind regards
    Kasia

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Newsletter subscription at the same line’ is closed to new replies.