WooCommerce Integration Guide
Complete guide to integrate MyFormCapture with WooCommerce
Integrate MyFormCapture with your WooCommerce-powered WordPress site to capture leads and provide instant callback requests for your e-commerce business.
Prerequisites
- A MyFormCapture account - Sign up here
- WordPress site with WooCommerce plugin installed and activated
- Admin access to your WordPress dashboard
- Your MyFormCapture integration code (found in your dashboard)
Integration Methods
WordPress Theme Editor (Recommended)
The recommended method using WordPress's built-in theme editor. Works with all themes and doesn't require coding knowledge.
Access Theme Editor
- Log in to your WordPress admin dashboard
- Go to Appearance → Theme Editor
- Select your active theme from the dropdown
- Click on header.php in the file list
Important Note
Add Integration Code
- Find the
</head>
tag in header.php - Paste your MyFormCapture integration code just before this closing tag
- Click Update File
- Test your WooCommerce site to verify the widget appears
<!-- MyFormCapture Integration -->
<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-woocommerce', 'true');
document.head.appendChild(script);
})();
</script>
</head>
Important Note
Configure for E-commerce
- In your MyFormCapture dashboard, enable 'E-commerce mode'
- Set up product page triggers in your MyFormCapture settings
- Configure cart abandonment timing (recommended: 30-60 seconds)
- Test on product pages and during checkout process
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