Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi 3-4-SAD,

    In order to add a custom field and update the available times according to its selection, you’d need to do a fair bit of custom work, hooking into the PHP code and probably overwriting some of the JavaScript.

    Do you only have two sittings that start at a particular time, like 12pm and 8pm? If so, you can use the following CSS code to hide disabled times in the timepicker, which might make things clearer.

    .picker__list-item--disabled {
      display: none;
    }
    Thread Starter 3-4-SAD

    (@kresimirpaun1)

    Thanks for a quick reply. I have already used that one and it’s much better like that. However, I think it would be great if there was an option to separate breakfast, lunch and dinner like three different fields in a form. Let’s say that a visitor would like to book a table for both breakfast and lunch at the same day. Otherwise, the plugin is awesome.

    Hi 3-4-SAD,

    I’ve deliberately kept the form and plugin as simple and easy-to-setup as possible, so I probably won’t include such a feature. In this case, I think it’s too much of an edge case for me to build an addon for it, unfortunately. But it’s definitely something that could be done if you wanted to hire a freelancer to build a custom extension for you.

    Thread Starter 3-4-SAD

    (@kresimirpaun1)

    Sure, thanks anyway. I will try with ninja forms instead for this client. Still you have made an awesome plugin and many thanks for sharing.

    Ninja Forms is a great platform.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Breahfast and Lunch’ is closed to new replies.