Skip to main content

Embedding Registration

Updated over a week ago

You may want to embed start.gg registration into your site. To generate the necessary HTML code:

  1. Go to your Tournament's Admin Panel by clicking Settings.

  2. Click Registration on the Left Side Panel.

  3. You will see a section named Registration Settings.

  4. Under Registration Settings, check the Enable Embedded Registration box.

  5. Paste the code into your website HTML.

  6. Contact [email protected] to whitelist the domain where you will embed registration

Please note

  • ​Due to cookie security settings, your domain must be whitelisted by our team to enable embedded registration to work properly.

  • When using payments, you need to include the 'allow="payment"' property shown in the example below.

Example HTML

<iframe
style="width: 1500px; max-width: 100%; border: 2px solid grey; border-radius: 5px"
src="https://www.start.gg/tournament/[TOURNAMENT URL]/register/embed"
sandbox="allow-scripts allow-same-origin allow-forms allow-popups
allow-popups-to-escape-sandbox allow-top-navigation-by-user-activation allow-modals"
allow="payment"
frameborder="0"
height="800"
width="100%"
></iframe>

Did this answer your question?