[Plugin: Events Manager] Book multiple events on one page
-
Hi All,
How can I alter the code to book multiple events on the same page? I have the same event that occurs every Sunday 1-3pm and I want people to be able to book for multiple weeks.
The issue is that when people click on “RSVP” button, it compounds each click of “RSVP.” For example,
– Click Week 1 = 1 rsvp
– Click Week 2 = 2 rsvp’s just for the 2nd week
– Click Week 3 = 3 rsvp’s just for the 3rd weekIn total, the user just made 6 total RSVP’s.
I’m not sure if Events Manager Plugin is made to handle this or not.
Here’s the code I have under “Formats/Layout -> Events Format -> Default Event List Format”:
<tr> <td> #_EVENTDATES<br/> #_EVENTTIMES </td> <td> #_EVENTLINK {has_location}<br/><i>#_LOCATIONNAME, #_LOCATIONTOWN #_LOCATIONSTATE</i>{/has_location} </td> ? ? ? ? ? ? <td> ? ? ? ? ? ? ? ? #_BOOKEDSPACES / #_SPACES ? ? ? ? ? ? </td> <td> #_BOOKINGBUTTON </td </tr>
Any help is greatly appreciated! Thanks!
- The topic ‘[Plugin: Events Manager] Book multiple events on one page’ is closed to new replies.