• Hello,

    I updated CF7 and noticed that the layout of the form is not two column anymore but on one website one column and on another website just messed up.
    I installed former version again and evrything is ok.

    Do you have any idea what might be wrong?

    regards

Viewing 5 replies - 1 through 5 (of 5 total)
  • Same problem here.

    in every row a <p><br></p> is placed and brake all forms

    Thread Starter liofer712

    (@liofer712)

    Thats too bad, I am sorry.
    Well, I dont have any <p> or <br> – my Code is following:

    <div class=’row’>

    <div class= ‘col-lg-6 col-md-12’>
    [text* your-name placeholder ‘Name*’]
    </div>

    <div class= ‘col-lg-6 col-md-12’>
    [email* your-email placeholder ‘Email*’]
    </div>

    <div class= ‘col-lg-6 col-md-12’>
    [text your-phone placeholder 'Phone']
    </div>

    <div class= ‘col-lg-6 col-md-12’>
    [text your-subject placeholder 'Subject']
    </div>

    <div class= ‘col-lg-12 col-md-12’>
    [textarea your-message placeholder ‘Your Message’]
    </div>

    </div>
    [submit “Send”]

    • This reply was modified 1 year, 11 months ago by liofer712.

    And now your code in browser looks like?

    Thread Starter liofer712

    (@liofer712)

    Name and Email was in one row Phone and Subject in second row and Message in third row.
    As I mentioned before, therefore Name and Phone in column left and Email Subject in right column like

    Name Email
    Phone Subject

    Your message

    Now its in left column Name, Emal, Subject and right column is just Phone

    Name
    Email Phone
    Subject

    Your message

    On another website everything is in one column, but the code is different too

    same here, messed up all rows in forms, what a terrible update, they need to fix it pronto or will start using another solution.

    2 column set up here and its messed up everything and caused my business to lose money this morning.

    rollbacked to previous version.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘two column layout messed up after update’ is closed to new replies.