Title: Appointment Date Selection
Last modified: August 21, 2016

---

# Appointment Date Selection

 *  [kworre](https://wordpress.org/support/users/kworre/)
 * (@kworre)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/appointment-date-selection/)
 * 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://wordpress.org/plugins/appointment-calendar/](http://wordpress.org/plugins/appointment-calendar/)

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [FARAZFRANK](https://wordpress.org/support/users/farazfrank/)
 * (@farazfrank)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/appointment-date-selection/#post-4235825)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/appointment-calendar.svg)
 * [Appointment Calendar](https://wordpress.org/plugins/appointment-calendar/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/appointment-calendar/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/appointment-calendar/)
 * [Active Topics](https://wordpress.org/support/plugin/appointment-calendar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/appointment-calendar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/appointment-calendar/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [FARAZFRANK](https://wordpress.org/support/users/farazfrank/)
 * Last activity: [12 years, 7 months ago](https://wordpress.org/support/topic/appointment-date-selection/#post-4235825)
 * Status: not resolved