by webheadcoder
4.2 (49 reviews)
Contact Form 7 Multi-Step Forms
Enables the Contact Form 7 plugin to create multi-page, multi-step forms.
Compatible with WP 6.9.4
v4.6
Current Version v4.6
Updated 1 month ago
Last Update on 16 Feb, 2026
Refreshed 6 hours ago
Last Refreshed on
Rank
#743
—
No change
Active Installs
50K+
—
No change
KW Avg Position
39
+0.5 better
Downloads
826.7K
+95 today
Support Resolved
0%
—
No change
Rating
84%
Review 4.2 out of 5
4.2
(49 reviews)
Next Milestone 60K
50K+
60K+
30
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro
Unlock Exact Install Count
See the precise estimated active installs for this plugin, calculated from real-time ranking data.
- Exact install estimates within tiers
- Track install growth over time
- Milestone progress predictions
Need 3,261 more installs to reach 60K+
Rank Changes
Current
#743
Change
Best
#
Downloads Growth
Downloads
Growth
Peak
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
4.2
49 reviews
Overall
84%
5
35
(71%)
4
4
(8%)
3
2
(4%)
2
1
(2%)
1
7
(14%)
Tracked Keywords
Showing 2 of 2| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| multistep form | 24 | — | Tag | 17 hours ago |
| persist | 54 | — | Tag | 17 hours ago |
Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Support Threads Overview
Resolved
Unresolved
2
Total Threads
0
Resolved
2
Unresolved
0%
Resolution Rate
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- 4.6
- Last Updated
- Feb 16, 2026
- Requires WP
- 4.7+
- Tested Up To
- 6.9.4
- PHP Version
- N/A
- Author
- webheadcoder
Support & Rating
- Rating
- ★ ★ ★ ★ ☆ 4.2
- Reviews
- 49
- Support Threads
- 2
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowSimilar Plugins
WP Adminify – White Label WordPress, Admin Menu Editor, Login Customizer
7K+ installs
#2,706
Master Addons For Elementor – Widgets, Extensions, Theme Builder, Popup Builder & Template Kits
30K+ installs
#954
MW
MW WP Form
200K+ installs
#266
Crowdsignal Forms
200K+ installs
#285
Newsletters, Email Marketing, SMS and Popups by Omnisend
100K+ installs
#306
Frequently Asked Questions
Common questions about Contact Form 7 Multi-Step Forms
This message usually means step-tracking data is missing. Check these first: Caching is blocking cookies. Exclude cookies named cf7* from cache behavior. Form step URLs do not match protocol/domain. Every step must use the same domain and protocol. For example, if your first page uses https like https://webheadcoder.com, your second page cannot use http:// or a subdomain of that. The first form is missing first_step in its multistep tag, for example: [multistep multistep-123 first_step "/your-next-url/"]
If the page reloads on submit instead of using AJAX, Contact Form 7 JavaScript is not running correctly or the REST API is disabled. Use Contact Form 7's troubleshooting guide: https://contactform7.com/why-isnt-my-ajax-contact-form-working-correctly/
[multiform "your-name"] Use the multiform tag to display values captured on earlier steps. Replace your-name with your field name. My form values aren't being sent in the email. I get [multiform "your-name"] instead of the actual person's name. multiform is for the Form tab only. For email content in the Mail tab, use standard CF7 mail-tags such as [your-name], not [multiform "your-name"]. Also confirm the last step includes the multistep tag.
Yes. Enable "Send Email" in the tag generator, or add send_email directly in the tag: [multistep multistep-123 first_step send_email "/your-next-url/"]
Start with these checks: Confirm every step includes a multistep tag. Look for JavaScript errors from other plugins or themes that may block CF7 scripts. Temporarily deactivate other plugins and test again to isolate conflicts.
multistep is a hidden field and intentionally adds minimal spacing. If another element is placed immediately after it, that element may appear hidden. To avoid this, insert multistep at the end of the form or add a line break after the tag.
Use the "Skip Save" option, or add skip_save in your multistep tag: [multistep multistep-123 skip_save "/your-next-url/"]
Unchecked checkboxes are not submitted, so the final step may not know that field exists. Add a hidden field with the same name on the last step, for example: [hidden field-name] This ensures the final step submits either the saved value or a blank value.