Capture
Forms
Embeddable lead forms with hosted links, iframes and native widgets — every submission synced to your ClickFunnels contacts.
Field types
| Type | Use it for |
|---|---|
| Text | Names, company, free-text answers |
| The lead's email — validated automatically | |
| Phone | Phone numbers |
| Textarea | Longer messages or questions |
| Select | Dropdown choices (interest, budget, source) |
| Image upload | Attachments — stored securely with the submission |
| Hidden | Tracking values (campaign, source) passed silently |
Publishing
A draft form is only visible to you. Click Publish and it goes live at its hosted URL:
https://api.myleadsyncer.com/f/your-slug
Unpublish at any time to take it offline without deleting it.
Embedding
Hosted link
Share the URL directly — it renders a clean standalone page with your form.
Iframe
<iframe src="https://api.myleadsyncer.com/f/your-slug"
width="100%" height="520" frameborder="0"></iframe>
Widget script
Renders the form natively inside your page, inheriting your page width:
<div id="mls-form"></div>
<script src="https://api.myleadsyncer.com/f/your-slug/widget.js" defer></script>
Grab the exact snippets from the form's Embed panel in the app — they're pre-filled with your slug.
ClickFunnels sync
With ClickFunnels connected, each form can:
- Create or update a contact from the submitted email.
- Apply tags you choose per form (e.g.
webinar-lead). - Map fields to custom attributes so nothing you capture gets lost.
Submissions
Every submission is stored in your account — view them per form in the dashboard, including any uploaded images and the sync status.
