Skip to main content
All CollectionsManaging an on-site competitionsIntegration
Can I embed the registration forms and leaderboard on my site?
Can I embed the registration forms and leaderboard on my site?
Michael avatar
Written by Michael
Updated over a week ago

Absolutely!

Here's a quick video on how to do it, or follow the step by step instructions below:

Within the Event setup page, go to Share & Display

Note: The registration will still be processed within a secured environment through Competition Corner. Also note, if you embed the form on your site, the entry point to the registration form will impact your websites performance, so if you're expecting a spike in traffic, make sure your server can handle it. Otherwise make the entry point directly off of Competition Corner's website as we provision our servers to handle over 100,000's concurrent visits at any given time

Simply copy that code and paste it into an <iframe> within a page on your website.

<iframe src="[embed link]" style=" height: 100vh; width: 100vw; border: none; align="center;"></iframe>

Adjust the width and height as needed to best fit your website.

The registration form should appear as a seamless part of your website as shown in this example:

Did this answer your question?