Hi,
I have a problem with booking formlet display in block and in a view. The formlet displays properly only on node page. When I place it in a view or in a block, only label and "Click on an available date" + "book this resource" texts show up, the calendar disappears. Tried many different settings, tried dev version, but no success. Haven't found solution in previous posted issues. Any idea what might be causing the problem? I will appreciate any hints. Got stuck for good.
migajos

Comments

migajos created an issue. See original summary.

fietserwin’s picture

Status: Active » Postponed (maintainer needs more info)

The 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?

migajos’s picture

omg, I misunderstood the whole concept of how it works in Views. Thank You for explanation! Problem solved.
migajos

migajos’s picture

Title: Booking forlmet displays neither in block nor in view » Booking formlet displays neither in block nor in view
fietserwin’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)