Campaigns

Paste your own HTML into a landing page

4 min read 9 viewsby Alphorix Team

Prefer to design your own landing HTML? Alphorix lets you paste in a full <html> document and hosts it for you.

When to use it

  • You have an existing HTML page from a designer / agency
  • You need pixel-perfect brand alignment
  • You want to integrate custom tracking pixels (Meta / Google / TikTok)

How to set up

  1. Open Landing Pages+ New landing
  2. Toggle Render mode to Custom HTML
  3. Paste your full <html>...</html> document
  4. Save. Copy the public URL.
  5. Preview → you'll see your own HTML rendered inside a sandboxed iframe for security

The lead-capture bridge

Any <form> in your HTML that posts to #alphorix-lead will be intercepted and routed to your Alphorix pipeline. Example:

<form action="#alphorix-lead" method="POST">
  <input name="first_name" required />
  <input name="last_name" />
  <input name="email" type="email" required />
  <input name="phone" required />
  <input name="country" />
  <input name="language" />
  <button type="submit">Get started</button>
</form>

That's it. Every submit creates a lead in your workspace with source = "landing" and campaign_name = "<landing slug>".

Security

Custom HTML is rendered inside a sandboxed iframe — no access to parent cookies, no way to attack the Alphorix admin. Scripts inside the iframe (analytics, pixels) run in isolation.

Limits

  • Max size 500 KB per landing
  • No server-side code (PHP / Node) — HTML + CSS + inline JS only
  • External <script src="..."> allowed, subject to CSP
Was this article helpful?
Your feedback helps us improve
Alphorix

The CRM built for forex brokers, prop firms and financial marketing teams. Route leads, run pipeline, ship growth.

Abu Dhabi office
Abu Dhabi
United Arab Emirates
London office
Level 1, One Mayfair Place
Mayfair, London, W1J 8AJ
United Kingdom
Risk Disclaimer

Alphorix.net does not provide, solicit, or facilitate the trading of foreign exchange (forex), contracts for difference (CFDs), or any other leveraged financial products.

Trading forex and CFDs carries a high level of risk and may not be suitable for all investors. You could sustain a loss of some or all of your initial investment; therefore, you should not invest money that you cannot afford to lose. Before deciding to trade, you should carefully consider your investment objectives, level of experience, and risk appetite. Past performance is not indicative of future results.

Any references to third-party brokers, trading platforms, or financial products appearing via Alphorix.net (including lead capture forms, landing pages, and campaigns operated by our clients) are the sole responsibility of the respective advertisers and are not endorsed by Alphorix. Alphorix makes no representations regarding the regulatory status, performance, or suitability of any advertised service. Please seek independent, licensed professional advice before engaging with any financial service.

Nothing on this website constitutes investment advice, a solicitation, or an offer to buy or sell any security or financial instrument in any jurisdiction where such an offer would be unlawful.

© 2026 Alphorix. All rights reserved.