Support » Plugin: Contact Form DB » Only time of submission and ip address recorded

  • I Have a form

    <table style=”width:70%;float:left;margin-right:12px;”>
    <tr>
    <td width=”250″ 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”>Sex: </td>
    <td>[radio Sex “Male” “Female”]</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”>What is your etsimated Time for </td>
    <td> <b>You must hit done when time entered</b></td>
    </tr>
    <tr>
    <td align=”right”>4 Miles </td>
    <td>[time* time-626 time-format:HH:mm:ss]</td>
    </tr>
    <tr>
    <tr>
    <td colspan=”2″>[sweetcaptcha]
    </td>
    </tr>
    <tr>
    <td colspan=”2″>[submit “Send”]</td>
    </tr>
    </table>

    I get submitted message ok but when I try view the entries all I see is date/ time submitted and ipaddress?

    https://wordpress.org/plugins/contact-form-7-to-database-extension/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Michael Simpson

    (@msimpson)

    I copied your CF7 form and tried it. It worked for me. But you seem to have additional plugins for [sweetcaptcha] and [time* time-626 time-format:HH:mm:ss]. Those fields don’t appear in my form. I suggest to try the form without those (or disable the plugin for them) and see if that works. Then we will know if there is some kind of problem related to those plugins.

    Thread Starter cobrien64

    (@cobrien64)

    Apologies I Pasted code from different form this is the one which is failing

    <table style=”width:70%;float:left;margin-right:12px;”>
    <tr>
    <td width=”250″ align=”right”>Expected Finish Time: </td>
    <td>[select* Finishtime “Under 3hrs 50 Mins” “3:50 to 4:15” “Over 4hrs 15 Min”]</td>
    </tr>
    <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”>Address Line 3:</td>
    <td> [text* Address3 /25]</ td>
    </tr>
    <tr>
    <td align=”right”>EU Country: </td>
    <td>[select* EUCountry “Northern Ireland” “Rep Ireland” “England” “Wales” “Scotland” “Holland”]</ td>
    </ tr>
    <tr>
    <td align=”right”>Gender: </td>
    <td>[radio Sex “Male” “Female”]</td>
    </tr>
    <tr>
    <td align=”right”>Date of Birth: </td>
    <td>[select* DOBday “1” “2” “3” “4” “5” “6” “7” “8” “9” “10” “11” “12” “13” “14” “15” “16” “17” “18” “19” “20” “21” “22” “23” “24” “25” “26” “27” “28” “29” “30” “31”] /[select* DOBmonth “January” “February” “March” “April” “May” “June” “July” “August” “September” “October” “November” “December”] / [date* DOByear id:DOByear date-format:yyyy animate:drop year-range:1930-2000 buttons placeholder “1960”]</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”> Emergency Contact:</td>
    <td>[text* emergency-contact /30]</ td>
    </tr>
    <tr><td align=”right”>Emergency Contact Phone No: </td>
    <td>[tel* tel-emergency]</td>
    </tr>
    <tr>
    <td colspan=”2″>
    I understand that I enter the Dublin Marathon Race Series or Marathon at my own risk and that neither the Business Houses Athletic Association, Marathon Events Management Ltd., Dublin City Council, fm104, Duchas or any of our sponsors will be held responsible for any accident suffered or injury sustained by myself from any cause whatsoever or for any property lost, mislaid or stolen on the course or at the changing areas. Furthermore, I hereby grant full permission to any of the foregoing to use photographs, films or recordings of the event for any legitimate purpose.I understand that this waiver includes any claims, whether caused by negligence, the action or inaction of any of the above parties, or otherwise. Entry fees are NON-REFUNDABLE and entries are NON-TRANSFERABLE. Sorry, no exceptions. Once we receive and accept your entry, you will not receive a refund if you cannot participate. You may not give or sell your number to anyone else. You may not transfer your application to the following year or another Marathon Series event.</td>
    </tr>
    <tr>
    <td align=”right”>I Accept Race Waiver: </td>
    <td>[acceptance Racewaiver id:Racewaiver]</ td>
    </tr>
    <tr>
    <td colspan=”2″>[sweetcaptcha]
    </td>
    </tr>
    <tr>
    <td colspan=”2″>[submit “Send”]</td>
    </tr>
    </table>

    Plugin Author Michael Simpson

    (@msimpson)

    I copied this form to my site, submitted, and I see all the submission information. I don’t know what the problem might be.

    Thread Starter cobrien64

    (@cobrien64)

    I deleted all code and pasted back in and it’s working fine now. Puzzled.com

    Plugin Author Michael Simpson

    (@msimpson)

    What version of PHP are you running? Upgrading it to 5.3 or 5.4 might resolve the problem.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Only time of submission and ip address recorded’ is closed to new replies.