Title: fields
Last modified: August 21, 2016

---

# fields

 *  Resolved [johnlalor](https://wordpress.org/support/users/johnlalor/)
 * (@johnlalor)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/fields-4/)
 * Hi
    sorry to bother people here but i cannot see if it is possible to have the
   input field and the input box on the same line. For example:
 * First name: then input box
    Last name: then input box Email: then input box
 * [http://wordpress.org/extend/plugins/contact-form-7/](http://wordpress.org/extend/plugins/contact-form-7/)

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

 *  [gabrielcastillo](https://wordpress.org/support/users/gabrielcastillo/)
 * (@gabrielcastillo)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/fields-4/#post-3677074)
 * You will need to edit the contact form within the contact form editor.
 * You can use html and css to create forms..
 * HTML CODE:
 *     ```
       <div id="contact_form">
           <p><label for="name">Name</label>[your-name name]</p>
       </div>
       ```
   
 * CSS CODE:
 *     ```
       #contact_form label, #contact_form input[type="text"]{
       float:left;
       margin-right:5px;
       }
       ```
   
 * This is just to get you started. This would be placed in the contact form 7 form
   editor. the CSS will be placed in the style sheet file.
 *  Thread Starter [johnlalor](https://wordpress.org/support/users/johnlalor/)
 * (@johnlalor)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/fields-4/#post-3677124)
 * thanks

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

The topic ‘fields’ 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/)

## Tags

 * [duplicate](https://wordpress.org/support/topic-tag/duplicate/)

 * 2 replies
 * 2 participants
 * Last reply from: [johnlalor](https://wordpress.org/support/users/johnlalor/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/fields-4/#post-3677124)
 * Status: resolved