Title: Updated&#8230;Half the form&#8230;GONE
Last modified: August 21, 2016

---

# Updated…Half the form…GONE

 *  Resolved [fingerblastj](https://wordpress.org/support/users/fingerblastj/)
 * (@fingerblastj)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/updatedhalf-the-formgone/)
 * The code is still there and i have 2 shortcodes, the old 1 and the new 1.
 * Neither 1 of them show me the 2nd half of my contact form.
 * What can i do?
 * [https://wordpress.org/plugins/contact-form-7/](https://wordpress.org/plugins/contact-form-7/)

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

 *  [Neil Murray](https://wordpress.org/support/users/buzztone/)
 * (@buzztone)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/updatedhalf-the-formgone/#post-4664601)
 * It is always possible that Contact Form 7 didn’t install or update correctly 
   on your site. It’s a general problem with WordPress updates due to the unreliability
   of internet connections.
 * Delete the plugin folder at wp-content/plugins/contact-form-7/ and install the
   plugin again.
 *  Thread Starter [fingerblastj](https://wordpress.org/support/users/fingerblastj/)
 * (@fingerblastj)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/updatedhalf-the-formgone/#post-4664603)
 * will i lose my contact form if i do so? if i copy and paste my code can i retrieve
   it that way?
 *  [Neil Murray](https://wordpress.org/support/users/buzztone/)
 * (@buzztone)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/updatedhalf-the-formgone/#post-4664605)
 * > RE: will i lose my contact form if i do so?
 * Yes
 * > RE: if i copy and paste my code can i retrieve it that way?
 * You could save all your CF7 code in a text file and add it back later.
 *  Thread Starter [fingerblastj](https://wordpress.org/support/users/fingerblastj/)
 * (@fingerblastj)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/updatedhalf-the-formgone/#post-4664606)
 * i deactivated it, deleted it, reinstalled it pasted my old code and still the
   same issue, what else can i try?
 *  [Neil Murray](https://wordpress.org/support/users/buzztone/)
 * (@buzztone)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/updatedhalf-the-formgone/#post-4664661)
 * Please include a link to a screenshot showing your particular problem.
 *  Thread Starter [fingerblastj](https://wordpress.org/support/users/fingerblastj/)
 * (@fingerblastj)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/updatedhalf-the-formgone/#post-4664662)
 * Here is the link:
 * [http://i48.photobucket.com/albums/f244/sooocraziritenow/ScreenShot2014-03-03at81353PM.png](http://i48.photobucket.com/albums/f244/sooocraziritenow/ScreenShot2014-03-03at81353PM.png)
 *  im missing the balance, signature, capthca code and the actual contract
 *  [Neil Murray](https://wordpress.org/support/users/buzztone/)
 * (@buzztone)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/updatedhalf-the-formgone/#post-4664684)
 * Sorry but at this stage I do not understand at all your actual problem.
 * The screenshot you sent is of the output of your form on your site – which I 
   can get to via a simple link.
 * The screenshot does not seem to give me access to the problem that you are describing.
 * The problem appears to be on the admin side of CF7 so a couple screenshots of
   that side may help.
 * Alternatively perhaps you can describe your problem in more detail (remember 
   I can’t see what you are seeing).
 *  Thread Starter [fingerblastj](https://wordpress.org/support/users/fingerblastj/)
 * (@fingerblastj)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/updatedhalf-the-formgone/#post-4664685)
 * This is the code thats in there:
 * _[ Moderator note: please wrap code in [backticks or use the code button](http://codex.wordpress.org/Forum_Welcome#Posting_Code).]_
 *     ```
       <fieldset>
         <legend>Client Details</legend>
       <table width="400" border="0" cellspacing="0" cellpadding="0">
         <tr>
           <td width="50%" colspan="3" align="left">Name</td>
           </tr>
         <tr>
           <td colspan="3" align="left">[text* your-name]</td>
         </tr>
         <tr>
           <td height="10" colspan="3" align="left"></td>
         </tr>
       <tr>
           <td width="50%" colspan="3" align="left">Email</td>
           </tr>
         <tr>
           <td colspan="3" align="left">[email* email-925]</td>
         </tr>
         <tr>
           <td width="50%" colspan="3" align="left">Address</td>
           </tr>
         <tr>
           <td colspan="3" align="left"> [text* your-Address]</td>
         </tr>
         <tr>
           <td height="10" colspan="3" align="left"></td>
         </tr>
         <tr>
           <td width="50%" colspan="3" align="left">City</td>
           </tr>
         <tr>
           <td colspan="3" align="left"> [text*  your-City]</td>
         </tr>
         <tr>
           <td height="10" colspan="3" align="left"></td>
         </tr>
         <tr>
           <td width="48%" align="left">State</td>
           <td width="10" align="left"> </td>
           <td width="50%" align="left">Zip</td>
           </tr>
         <tr>
           <td align="left">[text* your-State 18/]</td>
           <td align="left"> </td>
           <td align="left">[text* your-Zip 18/]</td>
         </tr>
         <tr>
         <tr>
           <td height="10" colspan="3" align="left"></td>
         </tr>
           <tr>
             <td width="50%" colspan="3" align="left"></td>
           </tr>
         <tr>
           <td colspan="3" align="left"> </td>
         </tr>
         <tr>
           <td width="50%" colspan="3" align="left">Phone</td>
           </tr>
         <tr>
           <td colspan="3" align="left"> [text* your-Phone]</td>
         </tr>
       </table>
   
       </fieldset>
   
       <fieldset>
         <legend>Event Details</legend>
         <table width="200" border="0" cellspacing="0" cellpadding="0">
           <tr>
             <td width="50%" colspan="3" align="left">Venue Name</td>
           </tr>
           <tr>
             <td colspan="3" align="left">[text* Event-Type] </td>
           </tr>
           <tr>
             <td height="10" colspan="3" align="left"></td>
           </tr>
           <tr>
             <td width="48%" align="left">Event Date</td>
             <td width="10" align="left"> </td>
             <td width="48%" align="left">Event Time </td>
           </tr>
           <tr>
             <td align="left">[text* Event-Date 18/]</td>
             <td align="left"> </td>
             <td align="left">[text* Event-Time 18/]</td>
           </tr>
           <tr>
             <td height="10" colspan="3" align="left"></td>
           </tr>
           <tr>
             <td align="left">Event Duration</td>
             <td align="left"> </td>
             <td align="left">Event Dancers</td>
           </tr>
           <tr>
             <td align="left">[text* Event-Duration 18/]</td>
             <td align="left"> </td>
             <td align="left">[text* Event-Dancers 18/]</td>
           </tr>
           <tr>
             <td height="10" colspan="3" align="left"></td>
           </tr>
           <tr>
             <td width="50%" colspan="3" align="left"></td>
           </tr>
           <tr>
             <td colspan="3" align="left"></td>
           </tr>
           <tr>
             <td colspan="3" align="left">Venue Address </td>
           </tr>
           <tr>
             <td colspan="3" align="left"> [text* Venue Address]</td>
           </tr>
           <tr>
             <td height="10" colspan="3" align="left"></td>
           </tr>
           <tr>
             <td align="left">Expected Attendance </td>
             <td align="left"> </td>
             <td align="left">Guest(s) of Honor </td>
           </tr>
           <tr>
             <td align="left"> [text* your-Attendance 18/]</td>
             <td align="left"> </td>
             <td align="left">[text* Guest-Honor 18/]</td>
           </tr>
           <tr>
             <td height="10" colspan="3" align="left"></td>
           </tr>
           <tr>
             <td colspan="3" align="left">Family/Friends (Speeches) </td>
           </tr>
           <tr>
             <td colspan="3" align="left"> [text* Family-Friends]</td>
           </tr>
         </table>
       </fieldset>
       <table width="100%" border="0" cellspacing="5" cellpadding="0" class="clear">
         <tr>
           <td colspan="2"><p>Disc Jockey [text* disc-jockey] will play music at  the above time and place
           </p></td>
         </tr>
         <tr>
           <td colspan="2"><strong>Agreement Amount Total</strong>: $ [text* amount-total 4/] <strong>Deposit</strong>: $ [text* amount-deposit 4/] <strong>Balance</strong>: $ [text* amount-balance 4/]</td>
         </tr>
         <tr>
           <td colspan="2"><p>      The balance is due prior to the  start of the event or before the event date. Payment on the event date must be  by cash, money order or cashier’s check. Overtime will be charged at a rate of  $200.00 per hour. Overtime will only be provided if the DJ is available to  extend time. For any shows in NYC there will be a $50.00 parking fee added.  Any shows outside New York State  or in excess of 30 minutes from Massapequa Park, NY require a $100.00 travel  fee. These fees do not include <strong><em><u>optional gratuity</u></em></strong>.</p>
   
       <ol>
       <li>Upon execution of  this Agreement, Dance Leader Productions reserves the time and date agreed upon  for the client, and will not make other reservations for that time and date.  For this reason, all deposits are non-refundable. </li>
       <li>If Dance Leader  Productions cannot perform this Agreement due to a fire or other casualty,  strike, act of God, or other cause beyond the control of the parties, then  Dance Leader Productions shall not return the deposit to the Client and shall  have no further liability with respect to the Agreement. In the event that  Dance Leader Productions fails to perform for any other reason, in whole or in  part, it shall not be liable for any amount paid by the Client under this  Agreement. </li>
       <li>Dance Leader  Productions reserves the right to substitute for an assigned DJ in the event of  unforeseen circumstances. </li>
       <li>For any outdoor  events, the client is fully responsible for the protection of Dance Leader  Productions equipment with a tent or any other such covering in case of  unforeseen weather. If unavailable, Dance Leader Productions reserve the right  to not perform at the event with no refund to the client.</li>
       <li>The Client shall  be responsible for any damage caused to the equipment of Dance Leader  Productions by any guests. </li>
       <li>The Client shall  be responsible for all costs of collection, including reasonable attorney’s  fees should the Client breach the Agreement by failure to pay the Agreement  amount. </li>
       <li>Cancellation of  this Agreement must be made in writing by certified mail at least 30 days  before the event date. The Client agrees to pay full Agreement amount if notice  of cancellation is not received at least 30 days prior to the event. </li>
       </ol>
       The Client agrees to ensure that the facility will  provide adequate electricity for Dance Leader Productions. </td>
         </tr>
         <tr>
           <td width="25%">Client Name [text* client 30/]</td>
           <td width="25%">Date [text* date 10/]</td>
         </tr>
         <tr>
           <td colspan="2"><table width="100%" border="0" cellspacing="0" cellpadding="0">
               <tr>
                 <td width="15%">[captchac captcha-307]</td>
                 <td>[captchar captcha-307 class:wpcf7-text 6/]</td>
               </tr>
           </table></td>
         </tr>
         <tr>
           <td colspan="2" height="20">[acceptance acceptance-115] <b>I Accept the terms of this agreement.</b></td>
         </tr>
         <tr>
           <td colspan="2">[submit "Send"]</td>
         </tr>
       </table>
       ```
   
 * Check out my site at [http://www.danceleaderpros.com](http://www.danceleaderpros.com)
   and you can see where it ends.
 *  [Neil Murray](https://wordpress.org/support/users/buzztone/)
 * (@buzztone)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/updatedhalf-the-formgone/#post-4664691)
 * If you use [Firebug ](https://getfirebug.com/)or [Chrome Dev Tools](https://developers.google.com/chrome-developer-tools/)
   you can see that the table after the 2 fieldsets is being hidden via the following
   CSS:
 *     ```
       .clear {
           clear: both;
           display: block;
           height: 0;
           overflow: hidden;
           visibility: hidden;
           width: 0;
       }
       ```
   
 * You CSS is all minified so I can’t tell where this CSS is coming from.
 * Nevertheless the problem line in your CF7 form appears to be:
 * `<table width="100%" border="0" cellspacing="5" cellpadding="0" class="clear"
   >`
 * To make your form visible you can try changing this to:
 * `<table width="100%" border="0" cellspacing="5" cellpadding="0">`
 * Hope this is the problem you are concerned with – it seems to bear no relation
   to your original question.
 *  Thread Starter [fingerblastj](https://wordpress.org/support/users/fingerblastj/)
 * (@fingerblastj)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/updatedhalf-the-formgone/#post-4664693)
 * you’re awesome! all i had to do was remove 1 word lol
 * thank you so much!

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

The topic ‘Updated…Half the form…GONE’ 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

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

 * 10 replies
 * 2 participants
 * Last reply from: [fingerblastj](https://wordpress.org/support/users/fingerblastj/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/updatedhalf-the-formgone/#post-4664693)
 * Status: resolved