djones101
Member
Posted 3 years ago #
Is it possible to forward users to a a thank you page if the form is correctly sent... or have a message box pop up if the message is sent correctly? I have searched and searched and there is no fix for this to my knowledge. Seems to a be a major flaw of the plugin to just have a small message box at the end of the form. How would you more that message sent successfully message?
Thanks
DAn
Not available as of version 1.9.3
djones101
Member
Posted 3 years ago #
Can this be made as a dashboard option in future versions? I can send a donation?
Thanks
Dan
fergsta1
Member
Posted 3 years ago #
This would be a huge help. I would like to be able to resolve a successful submission to a page on another web site.
But I would settle for a more prominent thank you page I could edit and send the viewer on manually.
Otherwise a great plug in.
relish1227
Member
Posted 3 years ago #
I found a way to make it work -- in the contact-form-7.js file...
line 90:
if (1 == data.mailSent) {
jQuery(data.into).find('form').resetForm().clearForm();
//wpcf7ResponseOutput.addClass('wpcf7-mail-sent-ok');
window.location = "http://mysite.com/thank-you/";
Instead of having it add the thank you response output, I redirect it to my thank you page.
Definitely a hack, but does what I need it to do.
stugray
Member
Posted 3 years ago #
I have tried your hack in the .js file with my website, and it isn't working. I now get the regular 'thank you' response I was getting previously.
Is there something I am missing?
thanks! - s
djones101
Member
Posted 3 years ago #
That hack is not working for me either... anyone get it to work?
djones101
Member
Posted 3 years ago #
I am still not getting this to work... any luck?
isaidicanshout
Member
Posted 3 years ago #
see http://isaidicanshout.com bottom right contact page. it's not contact form 7, it's from scratch, but it does SORT OF what you want, only without inline error messages. if you want i can give you code, but it's not as easy as a plugin.
djones101
Member
Posted 3 years ago #
I would appreciate it. I will contact you on your form. I have a few questions about it. Does it work in safari, firefox, ie8, ie7, ie6?
djones101
Member
Posted 3 years ago #
stugray,
What other plugins are you running...? I still can not get this hack to work
I have:
akismet
all-in-one-seo-pack
contact-form-7
google-analyticator
google-sitemap-generator
tinymce-advanced
wp-super-cache
did you get some version of this hack to work for you stugray?
Thanks
Dan
djones101
Member
Posted 3 years ago #
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.
trftimes
Member
Posted 3 years ago #
isaidicanshout is it possible for me to get your contact form code? The Contact Form 7 does not work with safari and I need it to work with safari too. Your form seems to work in safari.
Unless someone knows how to fix the Contact form 7 to work with safari.
Thanks
Traci