WordPress Integration Guide

Complete guide to integrate MyFormCapture with WordPress

Setup time: 5-10 minutes
Difficulty: Easy
Compatible versions: WordPress 5.0+

Integrate MyFormCapture with your WordPress website to capture leads from contact forms, blog posts, and pages. WordPress powers 40%+ of all websites worldwide, making it one of the most popular platforms for MyFormCapture integration.

Prerequisites

  • A MyFormCapture account - Sign up here
  • Your MyFormCapture integration code from your dashboard
  • WordPress admin access (Administrator role required)
  • WordPress version 5.0 or higher (recommended: latest version)
  • Active WordPress theme (any theme works)

Integration Methods

Plugin Integration

3-5 minutes Easy

The easiest and most reliable method using a WordPress plugin that handles all the technical details for you.

1

Install Insert Headers and Footers Plugin

This free plugin allows you to easily add code to your website without editing theme files.
  1. Go to your WordPress admin dashboard
  2. Navigate to Plugins → Add New
  3. Search for 'Insert Headers and Footers' by WPBeginner
  4. Click Install Now and then Activate
# Plugin Name: Insert Headers and Footers
# Active Installs: 2+ million
# Rating: 4.6/5 stars
Important Note
This plugin is actively maintained and trusted by millions of WordPress users worldwide.
2

Add MyFormCapture Code

Insert your MyFormCapture integration code into the plugin settings.
  1. Navigate to Settings → Insert Headers and Footers
  2. Paste your MyFormCapture code in the Scripts in Header section
  3. Click Save button
  4. Visit your website to verify the MyFormCapture widget appears
<script>
// Your MyFormCapture code goes here
(function() {
  var script = document.createElement('script');
  script.src = 'https://widget.callmebackbutton.com/widget.js';
  script.setAttribute('data-account', 'YOUR_ACCOUNT_ID');
  document.head.appendChild(script);
})();
</script>
Important Note
Replace 'YOUR_ACCOUNT_ID' with your actual account ID from your MyFormCapture dashboard.
3

Test Integration

Verify that MyFormCapture is working correctly on your WordPress site.
  1. Open your website in a new browser tab
  2. Look for the MyFormCapture widget (usually appears as a floating button)
  3. Test the callback form by filling it out
  4. Check your MyFormCapture dashboard for the test lead
Important Note
If you don't see the widget immediately, try clearing your browser cache or checking in an incognito/private window.

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