Thread Starter
wnbnet
(@wnbnet)
It will work if you add it without the spaces like below.
/.*wpcf7.*/,_wpnonce,g-recaptcha-response
Thread Starter
wnbnet
(@wnbnet)
That worked! Thanks again for your help!
Jim
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?