Hi, I’m having to develop a custom event registration form in order to accommodate the procedures at the club. The new page will be used by all events.
Actually writing the registration page isn’t too difficult and I’ve reached the point that I want to test the page from the event calendar.
I’ve not been able to find ANY information on how to set it up. If I just use the web address it does indeed call the new page but there doesn’t seem to be any way to pass which event it’s been called from. Surely I don’t have to right a custom page for each event?
Can anyone point me in the right direction?
Just in case anyone is interested I’ve found a solution of sorts. I’ve appended a parameter to the end of the link which I check in the target page. So if my custom form is https://mywebsite.com/bookit each event is called with https://mywebsite.com/bookit ?event=myEventSlug