Booking Many Events With the Same Form Submission
-
I have a class that occurs every Tuesday and Thursday for one month (8 times). I would like to create an event that allows the user to sign up for this class-group all at once.
This is how I would like the user experience to work:
1. From the full calendar; the user clicks on the day and time of the class they would like to take
2. The user is directed to the registration/booking form
3. After the user submits the filled out form they are notified that they are registered for all 8 Tuesday and Thursday classes for the month they selected from the full calendar.I’ve tried many configurations using categories and different pages but I have not been able to do this. Is what I’m trying to do even possible? I’ve looked into other booking calendar plugins and it seems none of them have this feature.
Is there a way to customize the plugin to do this? I’m fairly new to PHP but have done slight customizations to plugins in the past so I may be able to pull this off with a little guidance.
- The topic ‘Booking Many Events With the Same Form Submission’ is closed to new replies.