How to iFrame Autochartist’s Signup form web component into your website
You can embed the Signup form web component directly into your website by iframing the following URL into the relevant section of your site:
During your onboarding process, our onboarding team provided you with a URL. Simply embed this URL in an <IFrame> tag on your website as follows:
<iframe src="url_from_autochartist"></iframe>
During your onboarding process, our onboarding team provided you with a URL. Simply embed this URL in an <iFrame> tag on your website as follows:
https://reports.autochartist.com/signup/<email_type>?bid=<brokerid>&user=<user>&demo=<account_type>&locale=<locale>&expire=<expire>&token=<token>&css=<css>
Parameters are as follows:
<email_type> - This is based on the type of email purchased. Leave blank if you prefer to have all the email sign up options on the form. Specific valid values for individual emails are: correlating-signals, high-impact-news, market-reports or feeds.
<brokerid> – the broker id provided to you in the onboarding pack.
<user> – a userid of the person accessing the link.
<account_type> – This parameter is must be to 0
<expire> – Unix timestamp of when this links will expire.
<locale> – Report display language. Browser language preference will be used if not specified. For example en= English, ru= Russian
<token> – md5([UserID]|[Account Type]|[Expiry][Secret Key]). See this article for details.
<css> - This will be provided by the team during onboarding. CSS for light and dark theme, the onboarding team will be provided where applicable.
Notes: