Title: BR doesn&#8217;t work
Last modified: December 19, 2016

---

# BR doesn’t work

 *  Resolved [maweb](https://wordpress.org/support/users/maweb/)
 * (@maweb)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/br-doesnt-work/)
 * 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 9 years, 5 months ago by [Jan Dembowski](https://wordpress.org/support/users/jdembowski/).
      Reason: Fixed code block

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

 *  [leoriclim](https://wordpress.org/support/users/leoriclim/)
 * (@leoriclim)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/br-doesnt-work/#post-8571221)
 * 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](https://wordpress.org/support/users/maweb/)
 * (@maweb)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/br-doesnt-work/#post-8576897)
 * 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.

 * ![](https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255)
 * [Contact Form 7](https://wordpress.org/plugins/contact-form-7/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/contact-form-7/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/contact-form-7/)
 * [Active Topics](https://wordpress.org/support/plugin/contact-form-7/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/contact-form-7/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/contact-form-7/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [maweb](https://wordpress.org/support/users/maweb/)
 * Last activity: [9 years, 4 months ago](https://wordpress.org/support/topic/br-doesnt-work/#post-8576897)
 * Status: resolved