This sounds a lot like what we are trying to do. I’m using a page (not a post) that holds the description of the event, a training class, (Our events and description are always the same and never change, what does change is location, date and time. In the class description page, we’d like to place a form that users can “register” for the particular class (description). The same class can be given at the same time but different locations or it can be given at different times and different locations or different times and same locations. So instead of modifying the “details” of the events all the time, we are using the external link to display the events details. The problem with this is the registration form is on the event details page (which there is only one) so the registration form becomes an issue because the user can’t pick the date and location. So how do we get around this?? We need a registration form that allows the user to pick the date and location. Current registration form has to be called with a specific event ID. Is there any way to call the registration form without an event ID, but have the event ID passed to it during registration?
Your help would be greatly appreciated,
Thanks