Title: Past Times
Last modified: August 31, 2016

---

# Past Times

 *  Resolved [Chaim Osina](https://wordpress.org/support/users/chaim-osina/)
 * (@chaim-osina)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/past-times/)
 * In my form, when I click a time to make a reservation for, it still allows me
   to choose old times.
 * Is there a way to disable times in the past?
 * Also, is there a way to make the times popup a limited height so it does not 
   span the whole screen?
 * Thank you.
 * [https://wordpress.org/plugins/restaurant-reservations/](https://wordpress.org/plugins/restaurant-reservations/)

Viewing 1 replies (of 1 total)

 *  [NateWr](https://wordpress.org/support/users/natewr/)
 * (@natewr)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/past-times/#post-7247609)
 * Hi Chaim Osina,
 * If a user selects a time in the past and submits the form, it should return an
   error message preventing them from booking in the past.
 * However, it doesn’t disable past times when selecting from the list. I’ve added
   this as a future enhancement and you can track the status in the [issue in the GitHub repository](https://github.com/NateWr/restaurant-reservations/issues/51).
 * You can use the following CSS code to limit the height of the time selector. 
   But I would **strongly advise against** this because it significantly degrades
   the usability on mobile devices and touch screens:
 *     ```
       .picker--time .picker__frame {
         height: 500px;
         max-height: 90%;
         overflow-y: scroll;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Past Times’ is closed to new replies.

 * ![](https://ps.w.org/restaurant-reservations/assets/icon-128x128.png?rev=2205491)
 * [Five Star Restaurant Reservations - WordPress Booking Plugin](https://wordpress.org/plugins/restaurant-reservations/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/restaurant-reservations/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/restaurant-reservations/)
 * [Active Topics](https://wordpress.org/support/plugin/restaurant-reservations/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/restaurant-reservations/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/restaurant-reservations/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [NateWr](https://wordpress.org/support/users/natewr/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/past-times/#post-7247609)
 * Status: resolved