• Resolved shawnc007

    (@shawnc007)


    Hello,

    I had a plugin update notification in wordpress for contact form 7. After I updated the plugin, the contact form format got out of wack. The link to the website is actually screenshots comparing the two forms. In the prior version of the contact form (before the update), it worked fine. If i restore the website with the prior version of contact form then it goes back to normal.

    The following is the form code:

    <div class="flat-input">
    <div class="overflow-hidden">
    <div class="half-column half-column-left">
        [text* your-name placeholder "Name"]
    </div>
    <div class="half-column half-column-right">
        [email* your-email placeholder "Email address"]
    </div>  
    </div>
    <div class="overflow-hidden">
    <div class="half-column half-column-left">
        [text* your-subject placeholder "Subject"]
    </div>
    <div class="half-column half-column-right">
        [text your-phone placeholder "Phone Number"]
    </div>  
    </div>
    [textarea your-message placeholder "Message"]
    <p><button type="submit" class="wpcf7-submit wpcf7-submit-custom btn btn-filled btn-new ti-arrow-right">SEND MESSAGE</button></p>
    </div>

    Can you let me know why the format got messed up and how to fix it?

    Thank you for your help in advance

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

Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Contact Form 7 5.7 update breaks form’ is closed to new replies.