Is it possible to have two forms on a page, and only display one of them dependant on a variable passed through the URL?
I'm using forms for event booking, and depending on the event category the forms are completely different.
I know that I could use conditional logic within one form, but as both forms are very different and very large this would be difficulty to deal with.