| 开发者 |
krishaweb
nareshbheda praful2111 parthvataliya vishalmori ruchirj |
|---|---|
| 更新时间 | 2026年8月25日 19:41 |
| 捐献地址: | 去捐款 |
| PHP版本: | 8.1 及以上 |
| WordPress版本: | 7.1 |
| 版权: | GPLv3 or later |
| 版权网址: | 版权信息 |
No. Every feature, redirection, delays, conditional rules, popups, toasts, and the built-in webhooks, is set up through the Submission Settings tab inside Contact Form 7. Code is only needed if a developer wants to add a webhook service that isn't built in.
No. Page Redirection for Contact Form 7 has no Pro tier. Every feature described here is included free.
Yes. The plugin works with the current version of Contact Form 7. Contact Form 7 must be installed and active for it to run.
Yes. Use Form Post to deliver the fields as a POST request, pass them as URL query parameters with a standard redirect, or use the built-in webhooks to send submissions to Google Sheets, GoHighLevel, or Slack.
Yes. Conditional rules let you route visitors based on what they submitted, using conditions like Equals, Contains, and Is Empty. Rules run top to bottom, the first match wins, and your default redirect catches anything that doesn't match.
Standard redirect (GET) is normal browser navigation and can carry values in the URL. Form Post (POST) sends the fields as form data instead, keeping the destination URL clean. Choose POST when the destination expects a real form submission.
Yes. Turn on the popup for an on-page confirmation window, or the toast for a small notification that doesn't block the page. Both are fully customizable.
No. When you pass form values through the URL, they're automatically encoded, so spaces, symbols, and international text won't break the destination link.
Google Sheets, GoHighLevel, and Slack work out of the box with no code. Developers can add others, such as HubSpot or Mailchimp, using two WordPress filters.
No, we have added DOM events if Contact Form exist on the page.
No, it is deprecated by Contact Form 7, and now Contact Form 7 uses DOM events for the redirection.
Great! I'd love to hear from you at support@krishaweb.com
Post your question in the WordPress.org support forum, or read the docs at https://www.krishastore.io/docs/page-redirection-for-contact-form-7/.