2 column fields in contact form - by mybers2

This topic has 2 replies, 2 voices, and was last updated 6 years ago ago by Rose Tyler

  • Avatar: mybers2
    mybers2
    Participant
    April 5, 2018 at 23:29

    Hi

    Could you be able to provide help on making a 2-column format in the contact form?

    ex.

    FULL NAME EMAIL ADDRESS

    ADDRESS COUNTRY

    MOBILE

    Message

    captcha

    Submit

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 6, 2018 at 08:32

    Hello,

    You can create your custom contact form using “Contact Form 7” plugin.
    For example – http://prntscr.com/j1lqgy

    <div>
     <div class="row">
       <div class="col-md-6">
        [text* text-123 placeholder "Your name"]
       </div>
    <div class="col-md-6">
        [email email-962 placeholder "Your e-mail"]
       </div>
    
     </div>
        <div class="row">
         <div class="col-md-12">
          [textarea textarea-969 placeholder "Your message"]
         </div>
        </div>
       [submit "submit"]
    </div>

    Read more – https://contactform7.com/docs/

    Regards

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.