Embed codes:

We highly recommend embedding the Signup Forms on your website page. Please create Live and Demo Registration pages on your website. Then paste the embed code on those pages. This code will create signup forms.

Just replace  SECURE.YOURDOMAINNAME.COM  with your Trader Side Traders Room Login URL.

Or ask for the exact code from your project manager.

Finally in order for IB Referral URL to go to the correct page please put the exact URL to the Live and Demo signup pages on your website to: Administration -> Content Settings -> General Info.

If the setting there does not exist on your system please ask your Project Manager to adjust it.

Live: 

<script src="https://SECURE.YOURDOMAINNAME.COM/assets/js/jquery.min.js"></script>
<script src="https://SECURE.YOURDOMAINNAME.COM/assets/js/iframeResizer.min.js"></script>
<script>
(function ($) {
    var query = document.location.search.substring(1);
    if (query) query = '&' + query;
    document.write('<iframe id="fx_open_account_live" src="https://SECURE.YOURDOMAINNAME.COM/open-live-account?iframe=1' + query + '" width="100%" scrolling="no" frameborder="0"></iframe>');
    $('#fx_open_account_live').iFrameResize({ sizeWidth: false, autoResize: true });
})(jQuery);
</script>

Demo: 

<script src="https://SECURE.YOURDOMAINNAME.COM/assets/js/jquery.min.js"></script>
<script src="https://SECURE.YOURDOMAINNAME.COM/assets/js/iframeResizer.min.js"></script>
<script>
(function ($) {
    var query = document.location.search.substring(1);
    if (query) query = '&' + query;
    document.write('<iframe id="fx_open_account_demo" src="https://SECURE.YOURDOMAINNAME.COM/open-demo-account?iframe=1' + query + '" width="100%" scrolling="no" frameborder="0"></iframe>');
    $('#fx_open_account_demo').iFrameResize({ sizeWidth: false, autoResize: true });
})(jQuery);
</script>

Contact:

<script src="https://SECURE.YOURDOMAINNAME.COM/assets/js/jquery.min.js"></script>
<script src="https://SECURE.YOURDOMAINNAME.COM/assets/js/iframeResizer.min.js"></script>
<script>
(function ($) {
    var query = document.location.search.substring(1);
    if (query) query = '&' + query;
    document.write('<iframe id="fx_contact_us" src="https://SECURE.YOURDOMAINNAME.COM/contact-us?iframe=1' + query + '" width="100%" scrolling="no" frameborder="0"></iframe>');
    $('#fx_contact_us').iFrameResize({ sizeWidth: false, autoResize: true });
})(jQuery);
</script>