aquaclearws
Forum Replies Created
-
Takayuki,
In 9 times out of 10, do you think this is a problem with CF7 or with conflicting plugins or themes or something in the WordPress updates or …?
zab,
can you share your exact additional settings code? I want to make absolutely sure I’m not making a stupid syntax error.
I’m also wondering about the correlation between the page’s Permalink address as seen in the wordpress editor, and the URL of the successfully redirected page (my unsuccessful redirect url has cf7-###-###-o1). If you could share those too that would be excellent!
did you get the individual on_sent_ok hooks to actually load the correct thank you page URLs?
can you share your exact Additional Settings code, the thank you page’s Permalink URL from the wordpress editor page, and the actual URL from your browser after you push send on the form and are on the thank you page?
I’m trying to make sure I have those 3 URLs exactly matching and coded/syntaxed correctly. Thank you!
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] on_sent_ok: doesn't redirectWordPress ver 3.3.2
Contact Form 7 ver 3.2can’t get the redirect to work.
same, the new page is just some #wpcf7-f###-p###-o1 pageI downloaded the Fast Secure Contact Form plugin in an attempt to just abandon CF7 altogether. In the other plugin, a warning appeared:
“Warning: Your web host has PHP safe_mode turned on.
PHP safe_mode can cause problems like sending mail failures and file permission errors. Contact your web host for support.”Not sure if that is useful.
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Align form?to make all the text center aligned:
in the form, before and after your field names, use
<p align=center>Your Name (required)<br /> [text* your-name] </p>for example.
so the new HTML page you made is a thank you page?
I already had a Page (Free Water Analysis) with my form on it ([contact-form 4 "Free Water Analysis"]). Then I made another Page (Free Water Analysis Thank You) with only a brief “Thank you for your request. We’ll get back to you soon” text and the Google Adwords conversion tracking code in the body.
So to make this work I should leave the Additional Settings section of my form blank. And in the Messages section of the form, for ‘Sender’s message was sent successfully’, I should only put <iframe src=’http://www.mydomain.com/freewateranalysisthankyou’ width=’1′ height=’1′ frameborder=’no’></iframe> ?
Or does that code actually open my thank you page in an ‘invisible’ window, so I should still put some text in the Sent Successfully box? Such as: “Your message was sent successfully. Thanks. <iframe>(stuff)</iframe> “
This will be amazing if I can get it to work. Thank you for your help so far!