Direct Registration Form Url
Kyaw avatar
Written by Kyaw
Updated over a week ago

Direct Registration Form URLs are helpful when you want the registrants directly go to the registration form by skipping the ticket selection page below.

If you register from the direct registration URL, you will not require to select a ticket and just require to simply fill up the form and complete the registration.

Here is how you can get the direct registration form URL of each ticket type below:

  • Go to My Events >> Manage

  • Go to Setting >> Site URL >> Direct Registration Url.

To share the URL with your registrants, copy the link as shown in the picture below.

You can also link this registration form URL with a Register Button on the landing page.

Here is the sample HTML Register button code to add custom Register Button in the landing page or any page. Replace {{DIRECT_REGISTER_URL}} in href attribute with the actual URL.

<a href="{{DIRECT_REGISTER_URL}}" style="display: inline-block; padding: 12px 40px; margin: 5px; background-color: #28a745;background: #28a745;color: #ffffff; border-radius:6px; border:1px solid #28a745; font-family: sans-serif, Arial,'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 18px; font-weight:bold; cursor: pointer; align-items: flex-start; text-align: center; text-decoration:none;" target="_blank">Register Event</a>

Did this answer your question?