This topic has 1 reply, 2 voices, and was last updated 9 years by sharmstr.

  • Author
  • #72086
     andreas
    Participant

    Im trying to make a 2 column contact form with contact form 7 using divs. for some reason it does not recognize them, is there another way to make my contact form 2 colunms? Am i missing something?

    #72140
     sharmstr
    Moderator

    Give your divs IDs and add some css to your quick css to float the divs

    COPY CODE
    
    <div id="col1">
    <p>Your Name (required)<br />
        [text* your-name] </p>
    
    <p>Your Email (required)<br />
        [email* your-email] </p>
    </div>
    <div id="col2">
    <p>Subject<br />
        [text your-subject] </p>
    
    <p>Your Message<br />
        [textarea your-message] </p>
    
    <p>[submit "Send"]</p>
    </div>
    
    COPY CODE
    
    #col1, #col2 {
        float: left;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

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

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?