0

So I have a form, written using Contact Form 7 plugin, and
I want to include a datepicker there (only date, without time).
By default, the only things I can change are:
minDate(); maxDate(); step();

In my form, I want to have something available for booking
but it will be only tuesdays, fridays and saturdays.

Is there ANY way to restrict Contact Form 7 Datepicker to
highlight only these days in the calendar (and allow user to click and choose them)?

wisnia
  • 75
  • 2
  • 8

1 Answers1

0

So I didn't check it, but after some research I think the best way is to:

1) write your own PHP form, don't use Contact Form 7
2) include JQuery datepicker in it: https://jqueryui.com/datepicker/
3) add one of the solutions from here: Jquery UI datepicker. Disable array of Dates

wisnia
  • 75
  • 2
  • 8