djones101
Forum Replies Created
-
Also…
This works will not break the installation…
<ul> <li>From</li> </ul>
This will cause WordPress to forward when clicking update or publish…
<ul> <li>Select</li> <li>From</li> </ul>
or
<p>Select</p> <ul> <li>From</li> </ul>
Forum: Fixing WordPress
In reply to: Send users to a “thank you” page – contact form 7For your information.
In additional settings…
on_sent_ok: “location = ‘https://example.com/new-page’;”
This in the footer.php file
<?php wp_footer(); ?>
Does not work with WordPress 3.0-beta1 and version 2.2 of your plugin.
For you information @takayukister On the 50 or so sites that I have your plugin… only a handful are using it only for a contact forms. Most use it for something much larger.
Forum: Fixing WordPress
In reply to: Send users to a “thank you” page – contact form 7That would be nice… but with the upgrades that no longer works.
Forum: Fixing WordPress
In reply to: Send users to a “thank you” page – contact form 7Put this line in the "Additional Settings" field, at the bottom of each form: on_sent_ok: "location.replace('https://www.MyDomain.com/thank-you/');" And make sure your <?php wp_footer(); ?> tag is installed in your theme's footer file.
That is no longer working in the newest version…
Forum: Fixing WordPress
In reply to: Send users to a “thank you” page – contact form 7@mindblender 3D
I apologize for my short response above. About 12-18 months ago there was a lot of back and fourth on this topic on his plugin page and these forums. At the time I posted that post above… I was amazed that @takayukister was still taking the same stance.
It’s frustrating that @takayukister provides a work around to achieve forwarding to another page and then 3-6 months later changes that work around. This breaks the various types of forms that I use on 40-50 websites for my customers. It then takes a large amount of my time to go fix each of these forms.
I would gladly donate to have this included in the plugin, as I have donated before… I enjoy using your plugin because I can easily use css to change it’s appearance and it’s an easy interface for my clients. While every client has a contact form on their page… almost every client uses your plugin for something other than a contact form as well.
An example… A few sites I have created need their customers to fill out multiple forms to send to different departments in their company. I link each form to the next form.
A simple box that you can click for forwarding and enter a link would be greatly beneficial.
Forum: Plugins
In reply to: [Plugin: Contact Form 7] Can contact form 7 forward a user to a new page?But you offered a solution to this at one time using the addition settings tab?
Then web designers built sites using that feature. Now a few of my clients have forms that are down and I do not have a solution to offer with out re-building all of their forms.
Why did you take this feature away?
Forum: Plugins
In reply to: [Plugin: Contact Form 7] Redirect to Thank you page on submitSome help would be great…
Forum: Fixing WordPress
In reply to: Send users to a “thank you” page – contact form 7takayukister
What is your issue with a Thank You page? Did you ever think that people use the plugin for something other than just to contact people? I enjoy your plugin and have donated to your pay-pal account, but this is ridiculous that you are so against this.
Example why to have a forwarding page… How about filling out a consent form to purchase time from a personal trainer? What if you have a series of 5 forms that need to be emailed to 5 different people? These are 2 ways I have used your plugin.
Is it possible to use on_sent_ok to forward to another page? If so how could you achieve this?
on_sent_ok: window.location = “https://www.yoursite.com/thankyou.html/”
Does not work…
Thanks,
Dan
Could you post an example of how this would work?
This does not work:
on_sent_ok: "location.href=”https://www.domain.com/next-page”;"
Any help would be great!
Thanks,
Dan
Could you post an example of how this would work?
This does not work:
on_sent_ok: "location.href=”https://www.domain.com/next-page”;"
Any help would be great!
Thanks,
Dan
Forum: Fixing WordPress
In reply to: [Plugin: Contact Form 7] Thank You PageHi,
In the newest version of Contact Form 7 is there a way to do this? I am not the best with javascript, but it seems there should be a way to do it using “Additional Settings”. Anyones know how?
Thanks,
Dan
Takayukister,
What if you weren’t forwarding to a meaningless “Thank You Page”, but an Important “information page” upon completion of the form. In my case, I have to have a customer fill out a waiver prior to being able to purchase workout time in my store.
Is it possible to redirect the page upon completion?
Thanks,
Dan
Forum: Fixing WordPress
In reply to: [Plugin: Contact Form 7] Please Help… “Thank You Page” ?!?!?I had two instances of jquery appearing in the header. It was blocking me from changing anything in the .js file. By default it was going to the .php file.
Thanks for the help everyone.
The hacks are working now.
Forum: Fixing WordPress
In reply to: [Plugin: Contact Form 7] Success Page ForwardingI had two instances of jquery appearing. It was blocking me from changing anything in the .js file. By default it was going to the .php file.
Thanks for the help everyone. Sorry for my mistakes. the hacks do seem to work.