Add registration form to external website - Webinar

Event organizers can embed InEvent registration forms on an existing external, non-InEvent website so that users can register directly from their websites.

This article contains information on embedding the InEvent registration form.

Locating the registration form URL & embed code

The Registration form and Purchase form URL and embed code can be found by navigating to Marketing > Registration > Registration Form. Then, click on Share on the left menu. In this page, you will find the direct link to the form as well as the ready-to-use embed code.

Screenshot showing the registration form share settings
To avoid CORS issues and enable UTM tracking, the embedded code utilizes a custom domain and supports UTM passthrough.

Embedding the registration form to the event website

When creating a website using InEvent's Website feature, event organizers can easily embed the form by adding the Registration form (embed) section. For more information on achieving so, refer to our Website article.

Embedding the registration form to a WordPress page

Event organizers can embed InEvent's registration form to a WordPress page. To do so, follow the steps provided below.

Ensure to do so using a WordPress administrator account with all required privileges.
  1. Log in to your WordPress admin area.
  2. Navigate to Plugins > Add New.
  3. Search for "Shortcoder" and install the plugin.
  4. Activate the plugin.
  5. Navigate to Shortcoder in your WordPress admin menu.
  6. Click Add New Shortcode.
  7. Provide an identifier name for the shortcode, such as inevent.
  8. Paste the copied InEvent embed code into the Content field of the shortcode in the Wordpress Shortcode settings.
  9. Save the shortcode.
  10. Create a new WordPress post or page, or modify an existing post or page and insert the shortcode [sc name="inevent"] to display the InEvent registration form.
  11. Save your changes.

Adding a Register Now button to an external website

To add a button that opens your webinar's registration form in a new window on your external website, copy the code provided below, replacing registration-form-url with your event's form URL. The code includes a Register Now button that will open a new window when clicked.

You can also replace Register Now with your desired text in the code.
 <button class="button" onClick="window.open('registration-form-url');"><span class="icon">Register Now</span></button>

Then, paste the code to the target post or page and save your changes.


How Did We Do?