Wix Integration Guide
Complete guide to integrate MyFormCapture with Wix
Integrate MyFormCapture with your Wix website to capture leads from contact and custom forms. Wix powers over 200 million websites worldwide with its drag-and-drop builder.
Prerequisites
- A MyFormCapture account - Sign up here
- Your MyFormCapture integration code from your dashboard
- Wix site admin access
- A published Wix site (Wix Editor or Wix Studio)
- Wix Premium plan (required for custom code features)
Integration Methods
Custom Code Integration
Use Wix's built-in Custom Code feature to add MyFormCapture to your site. This is the official method recommended by Wix.
Access Custom Code Settings
- Open your Wix site in the editor
- Go to Settings in the left sidebar
- Click Custom Code under Advanced
- Click + Add Custom Code
Important Note
Configure Code Settings
- Enter a descriptive name: 'MyFormCapture Widget'
- Paste your MyFormCapture code in the code box
- Set 'Add Code to Pages': All pages
- Set 'Place Code in': Head
- Click Apply
<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-wix', 'true');
document.head.appendChild(script);
})();
</script>
Important Note
Test and Verify
- Click Preview to see your site
- Look for the MyFormCapture widget (usually a floating button)
- Test the callback form functionality
- Check your MyFormCapture dashboard for test submissions
- Publish your site when ready
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