Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter cobrien64

    (@cobrien64)

    The form is at FORM HERE

    Thread Starter cobrien64

    (@cobrien64)

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

    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>

    Thread Starter cobrien64

    (@cobrien64)

    new to all this creating short codes etc, I am using cimy user extra fields to create a field in user profile called anino, I want to use the vaule of this field in a shortcode in cfdb, to filter table results, but I am unsure how to do comparison?
    $value = get_cimyFieldValue(user_id, field_name);

    Thread Starter cobrien64

    (@cobrien64)

    so how do i get it to compare the field in the form with the field in the user profile? I assume you will refer me to earlier post re short codes but i’m struggling with that so any help would be appreciated.

    Thread Starter cobrien64

    (@cobrien64)

    I have tried this but returns no results.

    [cfdb-table form=”2014 Results Entry” show=”Firstname,LastName,ANINO,Distance,Race Name,Time” role=”Anyone” filter=”ANINO=get_cimyFieldValue(user_id, ANINO);” ASC”]

    Can someone please tell me where I am going wrong.

    Thread Starter cobrien64

    (@cobrien64)

    Hi Michael,
    Thanks but the main issue is not with time but with creating the short code to filter by anino.
    I know that this code below should return value of
    $value = get_cimyFieldValue(user_id, ANINO);
    but how do I incorporate it in shortcode

    Thread Starter cobrien64

    (@cobrien64)

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

    I Just Installed Plugin and WP today and have same problem i can select the color on picker and save category but they all display as grey on site. if i go back into edit categories all back to grey

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