Webflow Integration Guide
Complete guide to integrate MyFormCapture with Webflow
Integrate MyFormCapture with your Webflow website to capture leads from contact forms and custom interactions. Webflow powers over 3.5 million websites with its visual development platform.
Prerequisites
- A MyFormCapture account - Sign up here
- Your MyFormCapture integration code from your dashboard
- Webflow site admin access
- Published Webflow site (any plan)
- Basic understanding of Webflow's interface
Integration Methods
Site-wide Custom Code
Use Webflow's Custom Code feature to add MyFormCapture across your entire site. This is the recommended method for most users.
Access Site Settings
- Open your Webflow project
- Click the Settings gear icon (top-left)
- Go to Custom Code tab
- You'll see Head Code and Footer Code sections
Important Note
Add MyFormCapture to Head Code
- Click in the Head Code text area
- Paste your MyFormCapture integration code
- Click Save Changes
- Publish your site for changes to take effect
<!-- MyFormCapture Integration for Webflow -->
<script>
(function() {
var script = document.createElement('script');
script.src = 'https://widget.callmebackbutton.com/widget.js';
script.setAttribute('data-account', 'YOUR_ACCOUNT_ID');
script.setAttribute('data-webflow', 'true');
document.head.appendChild(script);
})();
</script>
Important Note
Publish and Test
- Click Publish (top-right corner)
- Visit your live website
- Look for the MyFormCapture widget
- Test the callback form functionality
- Check your MyFormCapture dashboard for submissions
Important Note
Related Integrations
References & Official Documentation
Next Steps
Configure MyFormCapture
- Set up your business hours and timezone
- Configure callback phone numbers
- Set up email notifications
- Add team members to your account
Advanced Features
- Set up custom form templates
- Configure lead scoring rules
- Integrate with your CRM
- Set up automated workflows