Closed (works as designed)
Project:
Availability Calendars
Version:
7.x-5.x-dev
Component:
Booking formlet
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 Jan 2017 at 09:29 UTC
Updated:
2 Jan 2017 at 10:29 UTC
Jump to comment: Most recent
Comments
Comment #2
fietserwinThe calendar and the booking formlet are 2 different fields, so the booking formlet will never show a calendar.
- If the view you are displaying is the result of an availability search, you probably do not want to show a calendar as the dates were already filled in. In this case you should fill the dates using a "GET value" (provided by Views).
- If the view you are displaying is not the result of an availability search, you probably do want to show a calendar as the dates are not yet known. In this case you should also show the calendar field (per item in the result).
- How do you display a (single) field in a block? Or, what kind of block are you displaying?
Comment #3
migajos commentedomg, I misunderstood the whole concept of how it works in Views. Thank You for explanation! Problem solved.
migajos
Comment #4
migajos commentedComment #5
fietserwin