• I am using the free 2.6.5 version of the Appointment Calendar. I’m having some people reporting an issue choosing an appointment date other than the current date. I believe what may be happening is they are trying to enter a date in the Current Appointment Date text field rather than choosing on off the calendar in the date picker by clicking on a future date….to reduce any confusion, is it possible to allow users to enter a date/change the displayed date rather than picking in addition to allowing them to select a new date by clicking off the calendar? (in ether the free version or if we upgraded to the premium version?)

    http://ww.wp.xz.cn/plugins/appointment-calendar/

Viewing 1 replies (of 1 total)
  • Plugin Contributor FARAZFRANK

    (@farazfrank)

    Hi Kworre,

    Yes, It’s possible to allow users to enter a date/change the displayed date.

    File: appointment-calendar-shortcode.php

    Line to edit: (line no 698)

    <input name="appdate" id="appdate" type="text" readonly="" height="30px;" style="height:30px;" />

    Just remove readonly="" attribute from Input field tag.

    <input name="appdate" id="appdate" type="text" height="30px;" style="height:30px;" />

    This will make date field to edit on first dialog window.

    Thanks & Greetings
    Frank

Viewing 1 replies (of 1 total)

The topic ‘Appointment Date Selection’ is closed to new replies.