Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #470435

    Hello there

    I need an option to filter days from the date selection field in the “reservartion” or contact form element.
    Can anyone tell me how this can be done.

    The use case is that the restaurant is closed on weekends and i don’t want to show those days in the date selection form.

    I was able to add a html options form over HTML Snippets plugin, but then i’m missing the reference in the confirmations mails.

    #470618

    Hey skreilos!

    Thank you for using Enfold.

    You can add this in the Quick CSS field to disable weekends:

    td.ui-datepicker-week-end a {
      pointer-events: none;
      color: red !important;
    }

    Cheers!
    Ismael

    #472080

    Great thank you for the information.
    Is there somewhere a documentation for this issue?
    I would also need to know, how i can configure every other day to not be selected.
    And i would also like to be able to configure a vacation time, where the restaurant will not take reservations since they are closed during this time. Is that possible?

    #472561
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.