How to add a clickable link in the 'Choose Your Tickets' window on the Registration page
Last updated Jul 19, 2026
Question
Is it possible to add a clickable link in the 'Choose Your Tickets' window on the registration tickets page? If so, how can this be done?
Answer
Yes, you can add a clickable link in the 'Choose Your Tickets' text displayed on the registration tickets page by updating the appropriate language keyword using Dryfta's Language Manager.
Steps to add a link:
1. Access the Language Manager in the Dryfta admin panel.
2. Locate the keyword responsible for the 'Choose your tickets below.' text. This keyword is typically named something like `D_REGISTER_TICKET_CHOOSE_TICKETS_INFO`.
3. Edit the value of this keyword and include your HTML link. For example:
"Choose your tickets below. Here is the <a href='https://www.example.com' target='_blank'>sample link</a> you can visit."
4. Save the changes.
Make sure to update this keyword for all languages you want the change to appear in.
Note: It's important to include the full URL (e.g., starting with https://) in the href attribute, and wrap your link in proper anchor tags as shown.
This method directly changes the text and allows inclusion of HTML elements like links in the display area where "Choose your tickets below." appears during ticket selection.
Tags: registration, language-manager, customization, tickets, links