Title: [Plugin: Contact Form 7] Basic HTML
Last modified: August 19, 2016

---

# [Plugin: Contact Form 7] Basic HTML

 *  Resolved [murrayac](https://wordpress.org/support/users/jumpmuz/)
 * (@jumpmuz)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-basic-html/)
 * Hey, how are you.
 * I would like to put these two text fields next to each other (one on the left
   and the other on the right). I know it’s basic html but I’m new to this, so a
   helping hand would be much appreciated. This is what I have at the moment.
 *     ```
       <p>First Name (required)<br />
           [text* first-name] </p>
   
       <p>Last Name(required)<br />
           [text* last-name] </p>
       ```
   
 * All the best Muzza!

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

 *  Thread Starter [murrayac](https://wordpress.org/support/users/jumpmuz/)
 * (@jumpmuz)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-basic-html/#post-993168)
 * bump
 *  [gixxer](https://wordpress.org/support/users/gixxer/)
 * (@gixxer)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-basic-html/#post-993169)
 *     ```
       <table cellspacing="5" cellpadding="5" border="0">
       <tr>
       	<td><p>First Name (required)<br />
           [text* first-name] </p></td>
       	<td><p>Last Name(required)<br />
           [text* last-name] </p></td>
       </tr>
       </table>
       ```
   
 *  Thread Starter [murrayac](https://wordpress.org/support/users/jumpmuz/)
 * (@jumpmuz)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-basic-html/#post-993243)
 * Thanks for the [@gixxer](https://wordpress.org/support/users/gixxer/) works like
   a charm. Muz!
 *  [thebookmistress](https://wordpress.org/support/users/thebookmistress/)
 * (@thebookmistress)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-basic-html/#post-993380)
 * For some reason, my table goes to the bottom of the page. Can someone explain?
 * Here is the problem form: [http://cdnbgu.com/?page_id=163](http://cdnbgu.com/?page_id=163)
 *  [eugenealegiojo](https://wordpress.org/support/users/eugenealegiojo/)
 * (@eugenealegiojo)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-basic-html/#post-993381)
 * It seems that you had a lot of 
    tags after this line ‘Your contact and payment
   information is required by your local Canadian Associates of Ben-Gurion University
   of the Negev office to generate a tax receipt.’
 *  [eugenealegiojo](https://wordpress.org/support/users/eugenealegiojo/)
 * (@eugenealegiojo)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-basic-html/#post-993382)
 *  tags
 *  [thebookmistress](https://wordpress.org/support/users/thebookmistress/)
 * (@thebookmistress)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-basic-html/#post-993383)
 * I didn’t put any of the tags there, I am sure.
 * My page contains the following:
    ` Your contact and payment information is required
   by your [local Canadian Associates of Ben-Gurion University of the Negev office](https://wordpress.org/support/topic/plugin-contact-form-7-basic-html/../?page_id=3)
   to generate a tax receipt.
 * [contact-form 4 "Donation Form"]
 * And the contact form starts on top with the table:
    ` <table cellspacing="5" 
   cellpadding="5" border="0"> <TR> <TD>First Name: [text* FirstName]</TD> <TD>Last
   Name: [text* LastName]</TD> </TR> <TR> <TD>Prefix: [select Prefix include_blank"
   Mr." "Mrs. " "Ms." "Mr. & Mrs." "Dr." "Drs." "Rabbi" "Rabbi & Mrs."]</TD> <TD
   >Organization: [text Organization]</TD> </TR><TR> <TD>Address: [text* Address]
   </TD> <TD>Apt./Suite: [text AptSuite]</TD> </TR> ......
 *  [eugenealegiojo](https://wordpress.org/support/users/eugenealegiojo/)
 * (@eugenealegiojo)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-basic-html/#post-993384)
 * Review before the ‘<table>’ tags. I found many ‘
   ‘ tags. If you’re using Firefox
   browser you can use Firebug so that you can see those tags.
 *  [eugenealegiojo](https://wordpress.org/support/users/eugenealegiojo/)
 * (@eugenealegiojo)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-basic-html/#post-993385)
 * I’m talking about ‘break’ tags before your ‘table’
 *  [thebookmistress](https://wordpress.org/support/users/thebookmistress/)
 * (@thebookmistress)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-basic-html/#post-993386)
 * Still don’t see ’em. My form starts right at `<table>`.
 *  [eugenealegiojo](https://wordpress.org/support/users/eugenealegiojo/)
 * (@eugenealegiojo)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-basic-html/#post-993387)
 * You have same issues with this
    [http://wordpress.org/support/topic/325626?replies=5](http://wordpress.org/support/topic/325626?replies=5)
 *  [thebookmistress](https://wordpress.org/support/users/thebookmistress/)
 * (@thebookmistress)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-basic-html/#post-993388)
 * Thank you, thank you, thank you! These breaks are not coded anywhere where I 
   could delete them, but this solution works.

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

The topic ‘[Plugin: Contact Form 7] Basic HTML’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 12 replies
 * 4 participants
 * Last reply from: [thebookmistress](https://wordpress.org/support/users/thebookmistress/)
 * Last activity: [16 years, 7 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-basic-html/#post-993388)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
