taborcarlton
Forum Replies Created
-
I’m have the same requirement and I can’t seem to find any answers for it, aside from programming our own solution. You offer the ability to create custom forms and plugins, but not a way to retrieve / edit that data in the profile view? Would love to at least know how to accomplish this even if it’s a custom programming solution.
Thanks
Forum: Plugins
In reply to: [Contact Form 7] Problem with ReCaptchaIt might be that your server does not support cURL (https://php.net/manual/en/book.curl.php)
I’ve implemented a google reCaptcha on a custom site (non-Wordpress) and it used a cURL POST call to validate Google’s reCaptcha data. I’m not sure how Contact Form 7 has implemented this, I would expect it to be along the same lines but I would check your server support for cURL as a starting point.
Hope that helps someone.
Forum: Plugins
In reply to: [Contact Form 7] Problem with ReCaptchaI solved the problem on my forms… it was user error. No need for an additional plugin.
When I copied the values for my SiteKey / Secret from the Google console I had copied a whitespace character at the end of the SiteKey value. I went back to check those, edited them and form worked fine.
Forum: Plugins
In reply to: [Contact Form 7] Problem with ReCaptchaHi Takayuki,
I’m having a different problem but didn’t want to start a new thread.
When I add the recaptcha code to my form ( like so: [recaptcha] ) the form won’t submit. I take it away and the form will submit fine. I’ve plugged in my google sitekey and secret, wondering if I need to add anything else?
In my searches for an answer I saw a few forum posts about needing to add another plugin to support this, any idea on what the problem could be (or any more information I can give you to help troubleshoot this?)
Thanks