Does anybody create a booking form using ACF? Example for hotels. Is it possible?
For forms, its better to use Gravity forms or Contact form 7(Free Plugin).
I want to use CF7, but I have one problem with date. Is there a way to pass the value of ACF (date field) to CF7 ? Example, if date is reserved – this date must be inactive in CF7 datepiker.
Most form plugins use the jQuery date picker. There is a tutorial on how to block dates here https://dzone.com/articles/disable-dates-in-datepicker. You would need to check with the documentation or the developers of your chosen plugin to see if there is a way to implement something like this.