Andre Pietsch
Forum Replies Created
-
I released the plugin that provides reCAPTCHA for Contact Form 7. You can find it here:
https://www.ads-software.com/extend/plugins/contact-form-7-recaptcha-extension/
Hope it helps.
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Submit does not workI have released a plugin that provides reCPATCHA for Contact Form 7. You can find it here:
https://www.ads-software.com/extend/plugins/contact-form-7-recaptcha-extension/
For that plugin to work the lines 54-55 need to be working. (not suppressed)
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Any news for recpatcha integration?I have released a plugin that provides reCAPTCHA for Contact Form 7. You can find it here:
https://www.ads-software.com/extend/plugins/contact-form-7-recaptcha-extension/
Ah damn… there was another little error. I haven’t tested that case.
please wait for version 0.0.4. uploaded it. should be available soon…
sorry again. ^^
it’s been a pleasure.
I use it on some wordpress installations too. so I am interested in any error. ??
ok… had some major errors in the plugin. hooking works now and validation should work also.
sory for any trouble.
created version 0.0.3. should be available in some minutes…
checking…
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Submit does not worklines 48-49 and 54-55 of the scripts.js
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Submit does not workFor me it works now. I commented out those lines i mentioned earlier. I have no idea what they should do. Needs further investigation. its a temporary solution.
I also nearly completed a plugin that provides reCAPTCHA for contact form 7. It does the same like the module that was available ones. I hope to get it up to www.ads-software.com at the end of the week. maybe someone is interested. ??
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Submit does not workOK…
I investigated a little more and found some weird behaviour. It seems as if an error handling routine of the jquery.form.js is called every time an “eval()” function is called in the success part of the ajaxForm. Especially in lines 48-49 and 54-55 of the scripts.js file of cf7.
Has anyone an idea how to solve this?
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Submit does not workNot until now… I hope that someone capable of understanding this ajax thing can have a look into it. ??
If you know someone please give him a hint…
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Submit does not workI investigated a little and saw that the firebug shows an error in the script.js together with the jquery.form.js:
[Code moderated as per the Forum Rules. Please use the pastebin]
here are the lines 22 till 26 of the script.js file
———————
data: { '_wpcf7_is_ajax_call': 1 }, dataType: 'json', success: function(data) { var ro = $(data.into).find('div.wpcf7-response-output'); $(data.into).wpcf7ClearResponseOutput();
——————
I think that he tries to fill the object ‘data’ with something from ‘_wpcf7_is_ajax_call’ but gets null.
After that he tries to access ‘data.into’ some lines down and gets also null.
So if anybody has an idea please help…
At the weekend I decided to make a plugin from the code so the installation thing shouldn’t be a problem anymore. I hope to have it ready at the end of the week. is it ok?
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Any news for recpatcha integration?maybe it helps if you follow my post:
https://www.ads-software.com/support/topic/recaptcha-module-up-and-running-but
there is a little glitch but if this is fixed it will work.
Some minutes ago I saw that the “send”-problem could be a general one.
So if this is fixed, the module works and someone is interested in the reCAPTCHA module feel free to contact me.