CFDB Options page, there is an option to list fields not to capture.
Thread Starter
wnbnet
(@wnbnet)
Thank you for your quick reply!
I saw the CFDB Options page where I could exclude fields to be captured. Currently it is populated with the following information:
/.*wpcf7.*/,_wpnonce
From the database listing it appears that the reCAPTCHA field is named g-recaptcha-response in my database. Based on that I modified the exclude fields to the following:
/.*wpcf7.*/,_wpnonce, g-recaptcha-response
However it did not work. What am I doing wrong?
try it without the space.
/.*wpcf7.*/,_wpnonce,g-recaptcha-response
Thread Starter
wnbnet
(@wnbnet)
That worked! Thanks again for your help!
Jim
Hi,
I’m in the same situation and tried the same thing, unfortunatly the “g-recaptcha-response” field is still being saved.
I deleted the previous data where “g-recaptcha-response” was saved, then I added correctly the field in the “Do not save fields in DB” option, and finally I filled in the form to test it. But the “g-recaptcha-response” column still there…
Any ideas ?
Thanks,
Clément
Which plugin is generating that field?
It’s the Google captcha service which is directly included in the Contact Form 7 plugin.
You can see an exemple here : http://www.hotclubjazzlyon.com/contact
How do I add that to the CF7 form definition?
How do I add that to the CF7 form definition?
Thread Starter
wnbnet
(@wnbnet)
It will work if you add it without the spaces like below.
/.*wpcf7.*/,_wpnonce,g-recaptcha-response
Oh, it works now… There were no space after the comma but there were one hiding at the end of the line…
So it works as expected ^^
Thanks,
Clement