frameborder=0 issue w/ Contact Form 7 and reCAPTCHA
-
Among others I am using the following plugins. These are the plugins that I am specifically for reCAPTCHA: “Contact Form 7” along with “Contact Form 7 reCAPTCHA extension”. (I also have WP-reCAPTCHA installed and active if it matters.)
I need to know where I can change this line of code:
<iframe src="https://www.google.com/recaptcha/api/noscript?k=***my key resides here in the code normally***" height="300" width="500" frameborder="0"></iframe><br/>
The frameborder attribute on the iframe element is obsolete. I would like to change the frameborder=”0″ with in the iframe to something like border:none;.
Any ideas of which file to go to to change it?
- The topic ‘frameborder=0 issue w/ Contact Form 7 and reCAPTCHA’ is closed to new replies.