Recently we have noticed if someone registers for an event, both the booking form and the remove booking form are displayed. Initially after registering for an event, only the remove booking form is displayed, however, if one re-selects the event from the calendar, both forms now appear in the single event page.
This did not happen previously (only one form would appear at a time) and we haven’t changed anything in settings. Any change recently that might affect these forms? Any other ideas?
Here’s our code from the “Default Single Event Format” within Settings (minus the code with all the detail for the event):
<p>Registered: #_BOOKINGS</p>
<p>#_ADDBOOKINGFORM_IF_NOT_REGISTERED</p><p>#_REMOVEBOOKINGFORM_IF_REGISTERED</p>