Webflow Integration Guide

Complete guide to integrate MyFormCapture with Webflow

Setup time: 5-10 minutes
Difficulty: Easy
Compatible versions: All Webflow plans

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

5 minutes Easy

Use Webflow's Custom Code feature to add MyFormCapture across your entire site. This is the recommended method for most users.

1

Access Site Settings

Navigate to your Webflow site settings to add custom code.
  1. Open your Webflow project
  2. Click the Settings gear icon (top-left)
  3. Go to Custom Code tab
  4. You'll see Head Code and Footer Code sections
Important Note
Custom Code is available on all Webflow plans, including the free plan.
2

Add MyFormCapture to Head Code

Insert your MyFormCapture integration code in the Head Code section.
  1. Click in the Head Code text area
  2. Paste your MyFormCapture integration code
  3. Click Save Changes
  4. 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
The data-webflow attribute helps optimize the widget for Webflow-specific features and responsive design.
3

Publish and Test

Publish your site and verify the MyFormCapture integration works correctly.
  1. Click Publish (top-right corner)
  2. Visit your live website
  3. Look for the MyFormCapture widget
  4. Test the callback form functionality
  5. Check your MyFormCapture dashboard for submissions
Important Note
Changes only appear on the published site, not in the Webflow designer preview.

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

Need Help?

Our support team is here to help you with your integration.

Contact Support