Integrations
Embedding the lead-capture script on your website
4 min read 0 viewsby Alphorix Team
Copy the snippet from the Integrations page. It looks like this:
<script src="https://cdn.alphorix.net/embed.js" data-workspace="YOUR_WORKSPACE_ID"></script>
How to use it
Add data-alphorix-form to any <form> on your site:
<form data-alphorix-form>
<input name="first_name" placeholder="First name" required>
<input name="last_name" placeholder="Last name" required>
<input name="email" type="email" required>
<input name="phone" type="tel">
<button type="submit">Get started</button>
</form>
What gets captured
- All form fields with matching names
- UTM parameters from the current URL
- Referrer URL and the page they submitted from
Was this article helpful?
Your feedback helps us improve
Related articles