-
Notifications
You must be signed in to change notification settings - Fork 813
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Contact form: add a redirect option #708
Comments
👍 I like especially the idea of a trackable event. I would prefer to have an easily customizable success message over a redirect, though. |
+1 Any improvement here would be great. |
I've seen at least one site that wasn't able to get 42u Booster working properly, so I also +1 this as a good feature to add. |
Another ticket where the 42U Booster didn't work properly, 1960571-t. A redirect option or the success message would be good to add. |
Requested in 2063664-t. |
Requested in 2176249-t. |
Any update on this? A re-direct really ought to be a core function of any contact form and the 42U Jetpack Booster seems to be unmaintained as it is " Last Updated: 3 years ago Untested with your version of WordPress" My version being WP4.2.2 I hope this functionality can be expedited. Based upon the explanation in 42U, it doesn't seem very complex to implement: "To add a redirect to your Jetpack Contact Form, just add a text field named "redirect" to your form. It will be hidden on display. From the HTML view, set the default value to the location where you would like the form to redirect after submission. [contact-field label="redirect" type="text" default="/thanks/" /] Note: you must replace the default each time after editing the form with the Jetpack WYSIWYG editor. The value is not saved by Jetpack. Thanks |
@Christopher-Rose - Updates will be posted here. There's a few folks who are planning on a larger review of the Contact Form, so not putting energy into enhancements deferring to the review. |
This can be done programatically.
|
Hand slap to the forehead moment when I saw how easy this was - Thank you kraftbj. |
This is being worked on in #13745 |
Jetpack’s contact form should need an option to redirect to a thank you page so that form conversions can be measured in popular analytics software like Google Analytics. Another option would be to fire a trackable event on the form submission so that an “event” is tracked in Google Analytics.
Here is a Jetpack add-on that adds such features:
Also suggested here:
The text was updated successfully, but these errors were encountered: