How to Skip Ticketing using Custom URLs for Hybrid Event in Zuddl
-
In the flex event setup, go to Registration > Ticketing. On the ticket that you need to pre-select, click the more options button.
-
Here you can find the Ticket ID. Click the copy icon to copy the ID.
-
Now, go to Registration > Registration page. Here, locate the published landing page for your event, and click the “open in new tab” icon.
-
Here you can access the landing page URL.
- To this URL, add a question mark (?) followed by the three parameters, each separated by an ampersand (&):
-
Ticket ID: This includes the code for the ticket that you want pre-selected.
Format: ticket_id=32cad739-7c2f-4e4b-bag5-2f413045e4a3 -
Coupon: This has the ID of the coupon that you want pre-selected. Note that the coupon code is case-sensitive and needs to be entered correctly for it to work.
Format: coupon=VIPACCESSNote: In case the ticket included in the ticket_id parameter is a hidden or locked ticket that is only accessible through a coupon, you need to include the coupon code in the URL. -
Skip ticketing: This parameter allows the ticketing selection stage to be skipped, and pre-selects the ticket whose ID has been entered in the URL along with the coupon if available.
Format: skip_ticketing=true
-
<a href="https://somelandingpage.whereflowis.embedded/?ticket_id=aa6a55f7-411b-42dc-b718-6add24323915&coupon=SHOWTICKET1&skip_ticketing=true">https://somelandingpage.whereflowis.embedded?ticket_id=aa6a55f7-411b-42dc-b718-6add24323915&coupon=SHOWTICKET1&skip_ticketing=true</a>
For cases where the ticket & coupon combination is not valid or if the ticket is no longer available, the user will be unable to proceed.