• Resolved maweb

    (@maweb)


    Hello i’ve just installa Contact Form 7 Vers.4.6

    In the form i set:

    
    <p><label> Your Name (request)<br />
        [text* your-name] </label></p>
    
    <p><label> Your email (request)<br />
        [email* your-email] </label></p>
    
    <p><label> Subject<br />
        [text your-subject] </label></p>
    
    <p><label> Your Message<br />
        [textarea your-message] </label></p>
    
    [submit "Send"]
    

    The problem is the “field” doesn’t go back after the “tag” in my output page, both are in the same line.

    This what i get:
    Your Name [field.....]

    Instead i want:

    Your Name
    [field.....]
    • This topic was modified 8 years, 3 months ago by Jan Dembowski. Reason: Fixed code block
Viewing 2 replies - 1 through 2 (of 2 total)
  • Here’s what I did for mine. I’m using Visual Composer, hence “vc_col-sm-4”. This will take up 2/3rds of the width of the page. Works fine for me.

    <div class="row" >
    <div class="vc_col-sm-4">
             <label><h3 style="text-align:center;">Name</h3>
             [text* your-name id:your-name] </label>
    </div>
      <div class="vc_col-sm-4">
                      <label><h3  style="text-align:center"> Phone </h3>
    [text* your-phone id:your-phone]</label>
       </div>
    Thread Starter maweb

    (@maweb)

    Well done Leo, thank you, i found another solution that works with me:

    <p><label>Name*</label></p>
    [text* your-name]

    <p><label>2nd Name*</label></p>
    [text* your-2ndname]

    <p><label>3rd Name*</label></p>
    [text* your-3rdname]

    The “P” makes go back, “BR /” doesn’t work and doesn’t need too.!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘BR doesn’t work’ is closed to new replies.