Viewing 12 replies - 16 through 27 (of 27 total)
  • I’m here just to confirm that pma4lifes’ solution fixed the same issue i had in OP. THANKS.

    Thanks so much but my problem is not that, actually here’s my form with the date field:

    Your Name:<br />
    [text* YourName]<br />
    Your Email: <br />
    [text* YourEmail]<br />
    Your Phone Number: <br />
    [text* YourPhone]<br />
    Property Address or MLS:<br />
    [text PropertyAddressorMLS]<br />
    Preferred Time for Showing:<br />
    [select* PreferredTimeforShowing include_blank "Morning" "Afternoon" "Evening"] [date date-222 20/ date-format:mm/dd/yy year-range:2012-2020 first-day:1 "Date"]<br />
    Your Message: <br />
    [textarea* Message]<br />
    [submit]

    But is not being displayed in the contact page – the date field is not appearing –

    Looks like the author has updated the version to 2.2.1, which resolves the watermark/placeholder issue.

    @arturocivit – update to the newest version of the plug-in, and make sure you have the word watermark before the placeholder, “Date”

    So instead of:
    [date date-222 20/ date-format:mm/dd/yy year-range:2012-2020 first-day:1 "Date"]

    use:
    [date date-222 20/ date-format:mm/dd/yy year-range:2012-2020 first-day:1 watermark "Date"]

    Hope that helps.

    Thread Starter morarz

    (@morarz)

    New version doen’t resolve my problem ??
    How Can I contact to author of this plugin ??

    @arturocivit – update to the newest version of the plug-in, and make sure you have the word watermark before the placeholder, “Date”

    Hi PMA4LIFE good morning, well I didi all you suggested and nothing happens, still is not working, any other idea, turnaround?

    Thanks so much!

    Arturo

    I have the same problem: Datepicker does not work. I am using WP version 3.5.1 in Dutch language (NL); CF7 version 3.3.3; CF7 Datepicker version 2.2.1
    CF7 Plugin and Datepicker plugin activated; shortcode [contact-form-7 id=”11″ title=”Contact form 1″] pasted into page (Reservations).
    Clicking this page the basic contact form shows up; however not the date calender, which did show up in the Contact/Contact Form 1/ of the dashboard.
    I can select different Datepicker Themes (selected Theme Sunny). Both the CF7 and the Datepicker Theme are saved.
    In order to check above recommendation about the watermark (which apparently should be corrected already in version 2.2.1 by the author):
    in what file can I find the line
    [date date-222 20/ date-format:mm/dd/yy year-range:2012-2020 first-day:1 watermark “Date”]
    I have checked all files of the Datepicker download but cannot find this line
    Any idea why the Datepicker is not working?

    in what file can I find the line
    [date date-222 20/ date-format:mm/dd/yy year-range:2012-2020 first-day:1 watermark “Date”]

    When you are creating or editing the form, you have 2 columns, the one at your left is where you edit the properties of each item on your form, the one at you left the fields and elements in your form, there you can find what you are looking form, see my example below:

    .... Preferred Time for Showing:<br />
    [select* PreferredTimeforShowing include_blank "Morning" "Afternoon" "Evening"]
    [date date-222 20/ date-format:mm/dd/yy year-range:2012-2020 first-day:1 "Date"] ....

    However as you mentioned, this thing is not working and seems like there’s no solution for this, not sure what to do…..

    There is something annoying, first of all why should be this plugin on top off cform7 form?
    If you do so and save the form (in a multi website environment), the form will be empty.
    Solutions is simple, make a admin menu item with properties off date-picker, the problem and the annoying place on the form are solved.

    Experienced this issue on a new contact form – brand new plugin – with the date failing to validate.

    The solution which worked for me was changing the “/” in the date to a “-” ie.

    dd-mm-yy
    or
    dd-mm-y

    Works.

    dd/mm/yy
    or
    dd/mm/y
    Doesn’t work.

    Hope this helps someone get their problem fixed! This solution is mentioned further up this post, but a lot of other posters have pasted code containing the “/” symbol – this doesn’t validate at all, under any circumstances!

    So to clarify, for the above poster, @arturocivit:

    Your Code:

    .... Preferred Time for Showing:<br />
    [select* PreferredTimeforShowing include_blank "Morning" "Afternoon" "Evening"]
    [date date-222 20/ date-format:mm/dd/yy year-range:2012-2020 first-day:1 "Date"] ....

    Should be:

    .... Preferred Time for Showing:<br />
    [select* PreferredTimeforShowing include_blank "Morning" "Afternoon" "Evening"]
    [date date-222 20/ date-format:mm-dd-yy year-range:2012-2020 first-day:1 "Date"] ....

    And THAT will work (assuming it isn’t something else which is breaking things…).

    I solved by upgrading the contact form 7, I upgrade from the the 3.1.2 version of CF7 to 3.5.2

    I′m using:
    Wordpress (3.5.2)
    Contact Form 7 (3.5.2)
    Contact Form 7 Datepicker (2.4.1)

    I hope this work for all you.

    Thread Starter morarz

    (@morarz)

    Yes this new upgrades work for me too ??

Viewing 12 replies - 16 through 27 (of 27 total)
  • The topic ‘date picker doesn't work with version wordpress 3.5’ is closed to new replies.