Wix Integration Guide
Complete guide to integrate MyFormConnect with Wix
Integrate MyFormConnect 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 MyFormConnect account - Sign up here
- Your MyFormConnect 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 MyFormConnect 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: 'MyFormConnect Widget'
- Paste your MyFormConnect 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 MyFormConnect widget (usually a floating button)
- Test the callback form functionality
- Check your MyFormConnect dashboard for test submissions
- Publish your site when ready
Important Note
Related Integrations
References & Official Documentation
Next Steps
Configure MyFormConnect
- Set up your timezone
- Configure lead notifications
- Set up advanced spam detection
- Add team members to your account
Advanced Features
- Use our custom form templates
- Try AI Insights for Leads
- Integrate with your CRM
- Set up automated workflows