Hey, nice to see you again!
By chance, are you adding RSVPs on recurring events? I want to check because RSVPs and Tickets do not currently support recurring events and it sort of sounds like that might be the case here.
and is it possible to have the booking form open at all times
Yes, you can add this to your theme’s style.css file or using a plugin like Simple Custom CSS to keep that part of the form open at all times:
.tribe-tickets-meta-row {
display: table-row !important;
}
Does this help answer your questions? Please let me know.
Cheers,
Geoff