• Resolved developerjess

    (@developerjess)


    I would like to move the email address + sign up to be in the middle of the pop up, with some text to go beneath it

    i.e

    FORM TITLE

    Subscribe to us for etc etc etc etc

    EMAIL ADDRESS + SUBSCRIBE BUTTON FORM

    More text

    Terms & Conditions | Privacy Policy

    Please let me know if this is possible using the Hustle Plugin.

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

    (@wpmudev-support8)

    Hey @developerjess,

    Hope you’re well.

    It’s not easy like click a couple buttons, but also it’s not impossible to do. First, if you want to do it with Hustle forms, here is the way;

    1- You should install popup with the title and required form.
    2- In the content, section click the “Text” tab and place the content you want to show bottom within bottom class div like this:

    3-Then add custom CSS for giving some space from the bottom of the body this code:
    .hustle-modal-body{padding-bottom:50px;}
    4-Then place the bottom div into space of the bottom with this code:
    .hustle-modal .bottom{position:absolute; bottom:15px;}

    Then it will show something like this:

    But if you want to make it with another form plugin and use Hustle just for the popup. Then it can be easier. Because you can place shortcodes in the content part. Just use any form builder to build collect email form, then place it in content where ever you want.

    Cheers,
    Oguz

    Thread Starter developerjess

    (@developerjess)

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Changing the form structure’ is closed to new replies.