janpmueller
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
I have found the issue and note it here in case someone else has the same problem.
I had made heavy changes to the display options for event pages. In that process, it looks like I removed the section tags around the booking form. What I had was this:
<a name="em-event-booking-form"></a>
<h2>Booking</h2>
#_BOOKINGFORMAfter I played around with a default installation, I noticed the default page had section tags, which I then added:
<section class="em-event-bookings">
<a name="em-event-booking-form"></a>
<h2>Buchungen</h2>
#_BOOKINGFORM
</section>Now everything works as intended again!
Curious, but also promising. Guess I’ll have to play around with the settings some more and disable some other plugins in order to find the issue. Thank you!
We only have guest users, so these are “No User” bookings. Interesting that your form gets hidden, though! Has that always been the case?
Viewing 3 replies - 1 through 3 (of 3 total)