You may want to embed start.gg registration into your site. To generate the necessary HTML code:
Go to your Tournament's Admin Panel by clicking Settings.
Click Registration on the Left Side Panel.
You will see a section named Registration Settings.
Under Registration Settings, check the Enable Embedded Registration box.
Paste the code into your website HTML.
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>

