Add registration form to external website

If you wish to embed your registration form on an existing external (non-InEvent) website you can use an iFrame.

Where do I find my registration form URL?

The URL (website address) of your registration form can be found by navigating to Marketing > Registration > Registration Form.

Marketing > Registration > Registration Form

Then click on Preview Form to get the URL.

How do I add an iFrame with a registration form to my website?

To add an iFrame that includes your event registration form to your external website, you need to copy and paste the code found by navigating to Marketing > Registration > Registration Form > Share.

Add an iFrame with a registration form
There is a Custom domain on the Registration/Custom form share embedded code to avoid CORS issues. And also a UTM passthrough so the Registration/Custom form can be embedded into an external website and still be tracked!

How do I add an iFrame with a registration form to my WordPress website?

Log-in to your WordPress admin area and go to Plugins > search for "Shortcoder" > Install > Activate.

Open the Shortcoder admin page from the “Shortcoder” link in the WordPress navigation menu, name your shortcode "InEvent",

Go to the InEvent platform and copy and paste the code found by navigating to Marketing > Registration > Registration Form > Share and paste this in your WordPress platform in the new shortcode named "InEvent" > Save.

Now insert the shortcode [sc name="inevent"] in any WordPress post or page to show your InEvent registration form.

How do I add a button to my external website that will open my registration form?

To add a button to your external website that will open a new window with your event's registration you need to copy and paste the below code into your external website and update http://YourRegistrationForm with the URL of your registration form.

<button class="button" onClick="window.open('http://YourRegistrationForm');"><span class="icon">Register Now</span></button>

How do I embed the registration form to the website I'm building within the InEvent platform?

To embed the registration form to the website you're creating within the InEvent platform, all you'll need to do is create the section Registration form (embed).

Click here to learn how to do it.


How Did We Do?