• Resolved cobrien64

    (@cobrien64)


    I have created a contact form & Put it on a page. however it is appearing below the footer. link below.

    http://members.newrycityrunners.com/membership/

    I am relatively new to this but am sure its something simple I have done wrong. would appreciate a pointer in the right direction.
    The code for the form is below. Followed by the code for the page.

    <table>
    <table style=”width:70%;float:left;margin-right:12px;”>
    <tr>
    <td width=”250″ align=”right”>Title: </td>
    <td>[text* Title /8]</td>
    </tr>
    <tr>
    <td align=”right”>Forename: </td>
    <td>[text* Fname /15]</ td>
    </tr>
    <tr>
    <td align=”right”>Surname: </td>
    <td>[text* Sname /15]</ td>
    </tr>
    <tr>
    <td align=”right”>Address Line1: </td>
    <td>[text* Address1 /25]</ td>
    </tr>
    <tr>
    <td align=”right”>Address Line2:</td>
    <td> [text Address2 /25]</td>
    </tr>
    <tr>
    <td align=”right”>City:</td>
    <td> [text* City /15]</ td>
    </tr>
    <tr>
    <td align=”right”>County:</td>
    <td> [text* County /15]</td>
    </tr>
    <tr>
    <td align=”right”>Postcode: </td>
    <td>[text* Postcode /10]</ td>
    </ tr>
    <tr>
    <td align=”right”>Sex: </td>
    <td>[radio Sex “Male” “Female”]</td>
    </tr>
    <tr>
    <td align=”right”>Please select the vest size you Require: </td>
    <td>[select* Vest “Size 8” “Size 10” “Size 12” “Size 14” “Size 16” “Small” “Medium” “Large” “Extra Large”]</td>
    </tr>
    <tr>
    <td align=”right”>Date of Birth: </td>
    <td>[date* DOB date-format:dd/mm/yy]</td>
    </tr>
    <tr>
    <td align=”right”> </td>
    <td>type date in format 31/12/2014</td>
    </tr>
    <tr>
    <td align=”right”>Email Address:</td>
    <td>[email* Email]</td>
    </tr>
    <tr>
    <td align=”right”>Mobile: </td>
    <td>[tel* Mobile]</td>
    </tr>
    <tr>
    <td align=”right”>Home Phone: </td>
    <td>[tel Home]</td>
    </tr>
    <tr>
    <td align=”right”>Next of Kin / Emergency Contact:</td>
    <td>[text* Kin /20]</ td>
    </tr>
    <tr><td align=”right”>Next Kin Phone No: </td>
    <td>[tel* tel-Kin]</td>
    </tr>
    <tr>
    <td align=”right”>What is your personal Best Time for </td>
    </tr>
    <tr>
    <td align=”right”>5K </td>
    <td>[time K5Time time-format:HH:mm:ss]</td>
    </tr>
    <tr>
    <td align=”right”>10K </td>
    <td>[time KTime time-format:HH:mm:ss]</td>
    </tr>
    <tr>
    <td align=”right”>Half Marathon </td>
    <td>[time HTime time-format:HH:mm:ss]</td>
    </tr>
    <tr>
    <td align=”right”>Marathon </td>
    <td>[time MTime time-format:HH:mm:ss]</td>
    </tr>
    <tr>
    <td colspan=”2″>
    Newry City Runners use an email newsletter to update members on matters that are important to the club, this includes race details, notice of meetings, and other information. Please confirm that you wish to recieve these emails.</td>
    </tr>
    <tr>
    <td colspan=”2″>[radio news “Yes” “No”]</td>
    </tr>
    <tr>
    <td colspan=”2″>26 Extreme the club sponsors would like to send you occasional offers / discounts on their events and Specials in their shop exclusive to Members of Newry City Runners. Please confirm that you wish to receive these emails.</td>
    </tr>
    <tr>
    <td colspan=”2″>[radio Sponsors “Yes” “No”]</td>
    </tr>
    <tr>
    <td colspan=”2″>[submit “Send”]</td>
    </tr>
    </ table>

    Code on Page
    [contact-form-7 id=”14″ title=”2014 Membership”]

Viewing 3 replies - 1 through 3 (of 3 total)
  • You are using two table tags in the code

    <table>
    <table style=”width:70%;float:left;margin-right:12px;”>

    Remove one table tag.
    and
    at bottom table closing tag is

    </ table>

    it should be

    </table>

    there should be no space between forward slash(/) and table.

    Hope it will help.

    Thread Starter cobrien64

    (@cobrien64)

    Thank You
    simple error that has bugged me all weekend.
    Working Now.

    Good to know 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Contact Form 7 table below footer’ is closed to new replies.