Linux 软件免费装
Banner图

Page Redirection for Contact Form 7

开发者 krishaweb
nareshbheda
praful2111
parthvataliya
vishalmori
ruchirj
更新时间 2026年8月25日 19:41
捐献地址: 去捐款
PHP版本: 8.1 及以上
WordPress版本: 7.1
版权: GPLv3 or later
版权网址: 版权信息

标签

thank you page contact form 7 redirect cf7 redirect redirect after submit cf7 webhook

下载

1.0 1.1 1.2 2.0

详情介绍:

Documentation | Support Forum Contact Form 7 can redirect people after they submit, but only if you're willing to write code. The redirect URL has to be hardcoded by hand, so a plain form leaves most site owners stuck with a small confirmation message and nothing more. No thank-you page, no next step, no handoff to the tools you actually run on. Page Redirection for Contact Form 7 fixes that. Pick where visitors go after they submit and how they get there. Send them to a WordPress page, a custom post type, or any external URL. Add a short delay so they can read your confirmation first. Route different visitors to different destinations based on what they filled in. Show a polished popup or a toast notification instead of redirecting. You can even forward every submission to Google Sheets, GoHighLevel, or Slack the moment it happens. All of it is configured per form, right inside the Contact Form 7 screen you already use, and no code is required. Best of all, every feature is free. There's no locked "Pro" tier and no upsell. What you install is the whole plugin. Plugin support for Contact Form 7 v5.8.1 and later.

安装:

  1. Make sure Contact Form 7 is installed and active. This plugin works as an extension of it and can't run on its own.
  2. In your WordPress dashboard, go to Plugins, then Add New Plugin.
  3. Search for "Page Redirection for CF7".
  4. Click Install, then Activate.
  5. Go to Contact, then Contact Forms, and open the form you want to configure.
  6. Click the Submission Settings tab, choose your options, and save.

常见问题:

Do I need to know how to code?

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.

Is any of this locked behind a paid version?

No. Page Redirection for Contact Form 7 has no Pro tier. Every feature described here is included free.

Does it work with the latest Contact Form 7?

Yes. The plugin works with the current version of Contact Form 7. Contact Form 7 must be installed and active for it to run.

Can I send form data to another page or tool?

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.

Can I redirect different people to different pages?

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.

What's the difference between the GET and POST redirect methods?

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.

Can I show a message instead of redirecting?

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.

Will special characters break my redirect URL?

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.

Which webhook services are supported?

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.

Does it affect page speed?

No, we have added DOM events if Contact Form exist on the page.

Can I use "on_sent_ok" additional setting?

No, it is deprecated by Contact Form 7, and now Contact Form 7 uses DOM events for the redirection.

I have an idea for a great way to improve this plugin.

Great! I'd love to hear from you at support@krishaweb.com

Where can I get support?

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/.

更新日志:

2.0 1.2 1.1 1.0