Conor_Hyland
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Add I’m not a robot CheckboxContact Form 7 by default now only supports V3 keys.
reCAPTCHA V2 works very well, every time and with no false positives that I have seen.
Therefore you need to install ReCaptcha V2 for Contact Form 7 plugin.
Obviously you need to use V2 keys only.Forum: Reviews
In reply to: [Contact Form 7] Easy to setup and customizeI couldn’t agree more.
People shouldn’t give out about a plugin that is free for everyone.
A huge amount of development hours and support on a daily basis has been given to the community by the Developer.
Fair play to him and thank you.Forum: Plugins
In reply to: [Contact Form 7] Create formHere’s how I would do that:
In your form (this one has 2 options):
[radio hotel-choice label_first default:1 "Hotel Kent|[email protected]" "Hotel Blue|[email protected]"]
In your email “To”:
[_raw_hotel-choice] <[hotel-choice]>
That should do the trick.
Forum: Plugins
In reply to: [Contact Form 7] submit hidden form id or form title within the form?Don’t forget the line:
return $data;
//Contact Form 7 Custom Output add_filter('wpcf7_posted_data', function($data) { $form = wpcf7_get_current_contact_form(); $data['form-id'] = $form->id(); return $data; } );
Then in your form template:
[hidden form-id]
Then in your email template:
[form-id]
Forum: Plugins
In reply to: [Contact Form 7] submit hidden form id or form title within the form?Just spotted a mistake:
$data['form-id'] = $form->id()
should be:
$data['form-id'] = $form->id();
Forum: Plugins
In reply to: [Contact Form 7] submit hidden form id or form title within the form?How about the following, this should work:
Child Theme functions.php:
//Contact Form 7 Custom Output add_filter('wpcf7_posted_data', function($data) { $form = wpcf7_get_current_contact_form(); $data['form-id'] = $form->id() } );
Then in your form template:
[hidden form-id]
Then in your email template
[form-id]
- This reply was modified 4 years, 9 months ago by Conor_Hyland.
- This reply was modified 4 years, 9 months ago by Conor_Hyland.
Forum: Plugins
In reply to: [Contact Form 7] reCAPTCHA Stopping Form From WorkingYou can still use the latest version of Contact Form 7. In the interim I’m using the plugin “ReCaptcha v2 for Contact Form 7”. You need V2 keys though obviously. Also install Flamingo. It will show you what module is reporting it as spam and show you the score. I’m using Flamingo to monitor and since changing to V2, all is perfect so far. Let us know how you get on.
Forum: Plugins
In reply to: [Contact Form 7] reCAPTCHA Stopping Form From WorkingI had the same issue with reCAPTCHA V3. It would work most of the time, but it did clock up a lot of false positives spam detection incorrectly, which was very frustrating. I changed back to reCAPTCHA V2 and haven’t had an issue with it since. I know V2 can show the image puzzle, but it works for me every time.
Hi Jules,
It’s an orange border.
I use google recaptcha v3.
Would Flamingo help me design a form that has a low spam score?
How do i best resolve this?Thanks for your help.
Regards,
ConorHi,
I just tried it in another tab and it worked OK.
But for some reason it is not working all the time for me.
Please help, as I really like this plugin.Any help is greatly appreciated.
Regards,
ConorHi Folks,
Sorry for delay in reply – I was away for a few days.
There was a plugin update that came a day or so after logging this issue.
The plugin update recreated the tables for me so all is good again.
Changing the PHP version would have solved the issue also in the same way.
Thanks for the quick reply!
Regards,
ConorForum: Plugins
In reply to: [WordPress Simple Shopping Cart] iPhone Google App Proceed To Checkout IssueHi,
Thanks for this.
Hopefully it gets resolved.
I have tested it on a couple of iPhones and its the same issue on each one.
The app i am using is the “Google” app, not the “Chrome” app.
It works OK on the chrome app.
Everything is up to date on the site and the iPhone.Thanks,
ConorForum: Plugins
In reply to: [WordPress Simple Shopping Cart] iPhone Google App Proceed To Checkout IssueHi,
Thanks for your quick reply!
I hadn’t W3 Total Cache set up correctly for the plugin, so I added that line to the required textbox, purged all caches and tried again, but to no avail.
The same thing happens.
Have you tried it on an iPhone using the Google app, (not the Chrome app) and do you get the same result?Thanks,
ConorForum: Plugins
In reply to: [WordPress Simple Shopping Cart] iPhone Google App Proceed To Checkout IssueHi,
My apologies for the delay in reply.
Yes I tested it using the Twenty Sixteen theme, but the same thing happens.
It is an issue on the iPhone Google app only.
This wasn’t always the case, as it worked OK a few months ago.
Any help would be greatly appreciated.Thanks,
ConorForum: Plugins
In reply to: [WordPress Simple Shopping Cart] iPhone Google App Proceed To Checkout IssueThis is the screen I get when I click Proceed To Checkout on the iPhone Google app only:
Proceed To Checkout Print Screen
Any help would be greatly appreciated.
Thanks,
Conor- This reply was modified 8 years, 1 month ago by Conor_Hyland.