Single event links
Here is an overview of the different links and link parameters you can use to share a single event page on Fienta.
Multilingual events
If your event is available in several languages, you can use a language abbreviation such as "en" for English or "de" for German to direct people to a specific version:
https://fienta.com/en/event-name
https://fienta.com/de/event-nameIf you omit the language parameter, the buyer is directed to the most suitable language version of your event based on their IP address and location:
https://fienta.com/event-nameApplying a discount code
To share a discount code, add /discount/<code> to your link. For example:
https://fienta.com/event-name/discount/friends30offPreselecting checkout step
By default, your buyers will first see the event description when following the link. If you would like to take them directly to ticket selection, add ?step=tickets to the URL:
https://fienta.com/event-name?step=ticketsThe same parameter can also be used to open the contact form or payment step directly:
https://fienta.com/event-name?step=contacts
https://fienta.com/event-name?step=paymentPreselecting tickets
If your event only has one ticket type, it is already preselected. If there are multiple ticket types, you can force Fienta to select them by adding the ticket type IDs to the URL:
https://fienta.com/event-name?step=tickets&ticket=1234,1235You can find the ticket type ID in your browser’s address bar when editing it, for example: /my/ticket_types/1234/edit
To select specific quantities, add "x" and the quantity to the ID. For example, to choose two tickets from the first category and three tickets from the second category:
https://fienta.com/event-name?step=tickets&ticket=1234x2,1235x3Prefilling the email address
If you know your buyer's email address, you can prefill it on Fienta. This is useful, for example, when sending invitations by email.
https://fienta.com/[email protected]Prefilling first and last name
If you are sharing a link that includes the ticket parameter to select a specific ticket type, and you have set up the built-in order form field to request the attendee’s first and last name, you can prefill the first ticket owner’s name like this:
https://fienta.com/event-name?ticket=12345&first_name=John&last_name=SmithExamples
Share the English version of the event and apply the discount code "free":
https://fienta.com/en/event-name/discount/freeAlso bypass the description and show ticket selection:
https://fienta.com/en/event-name/discount/free?step=ticketsAlso preselect the ticket with ID 1234:
https://fienta.com/en/event-name/discount/free?step=tickets&ticket=1234Also prefill the email address and show the payment step:
https://fienta.com/en/event-name/discount/free?step=payment&ticket=1234&[email protected]