• Hi all,
    I’m trying to get my form onto one horizontal line. Unfortunately i cannot figure it out.

    Here is my code that is placing the email address box on the second line.

    It’s at the bottom of my homepage

    I know it is easy but I am lost ?? Tx all

    Aidan

    <div class=”flex-row form-flat medium-flex-wrap”>
    <div class=”flex-col flex-grow”>
    [text* your-name placeholder “Your First Name (required)”]

    <div class=”flex-row form-flat medium-flex-wrap”>
    <div class=”flex-col flex-grow”>
    [email* your-email placeholder “Your Email (required)”]
    </div>

    <div class=”flex-col ml-half”>
    [submit class:button primary “Download”]
    </div>
    </div>

    • This topic was modified 6 years, 3 months ago by aidanlawlor. Reason: URL spelled incorrectly

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

  • The topic ‘Create name+email horizontal form’ is closed to new replies.