Wix Integration Guide

Complete guide to integrate MyFormCapture with Wix

Setup time: 5-10 minutes
Difficulty: Easy
Compatible versions: Wix Editor, Wix Studio

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

5 minutes Easy

Use Wix's built-in Custom Code feature to add MyFormCapture to your site. This is the official method recommended by Wix.

1

Access Custom Code Settings

Navigate to the Custom Code section in your Wix dashboard.
  1. Open your Wix site in the editor
  2. Go to Settings in the left sidebar
  3. Click Custom Code under Advanced
  4. Click + Add Custom Code
Important Note
Custom Code feature requires a Wix Premium plan. Free plans don't have access to this feature.
2

Configure Code Settings

Set up the MyFormCapture integration with proper settings.
  1. Enter a descriptive name: 'MyFormCapture Widget'
  2. Paste your MyFormCapture code in the code box
  3. Set 'Add Code to Pages': All pages
  4. Set 'Place Code in': Head
  5. 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
The data-wix attribute helps optimize the widget for Wix-specific features and styling.
3

Test and Verify

Ensure the MyFormCapture widget is working correctly on your Wix site.
  1. Click Preview to see your site
  2. Look for the MyFormCapture widget (usually a floating button)
  3. Test the callback form functionality
  4. Check your MyFormCapture dashboard for test submissions
  5. Publish your site when ready
Important Note
If you don't see the widget immediately, try refreshing the preview or clearing your browser cache.

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