Title: Adding noscript tags to the google recaptcha script
Last modified: January 9, 2020

---

# Adding noscript tags to the google recaptcha script

 *  Resolved [rustymonkeyltd](https://wordpress.org/support/users/rustymonkeyltd/)
 * (@rustymonkeyltd)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/adding-noscript-tags-to-the-google-recaptcha-script/)
 * Hi,
 * We’re trying to make our wordpress site as accessible as possible by adding noscript
   tags to all of our Javascript tags. Unfortunately Contact form 7 has a script
   tag for Google Recaptcha in the file Recaptcha.php which we can’t access from
   the functions.php file and the script_loader_tag filter. I’d like to add the 
   following line directly after the script tag (Or something similar)
 * <noscript><p>For full functionality this website requires Javascript to be enabled
   in your browser.</p></noscript>
 * However, I’m not keen on modifying this file directly as that can cause issues
   when the plugin is updated.
 * Does anyone know of a good way to do this via our theme, or am I able to submit
   an update to the contact form 7 git repository somehow? Assuming the plugin authors
   think it’s a sensible addition of course.
 * Cheers,
    Paul

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Takayuki Miyoshi](https://wordpress.org/support/users/takayukister/)
 * (@takayukister)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/adding-noscript-tags-to-the-google-recaptcha-script/#post-12308272)
 * You don’t need to put `<noscript>` after every `<script>`. Simply put a `<noscript
   >` into footer.php or somewhere in your theme.
 * For details, see [https://html.spec.whatwg.org/multipage/scripting.html#the-noscript-element](https://html.spec.whatwg.org/multipage/scripting.html#the-noscript-element)
 *  Thread Starter [rustymonkeyltd](https://wordpress.org/support/users/rustymonkeyltd/)
 * (@rustymonkeyltd)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/adding-noscript-tags-to-the-google-recaptcha-script/#post-12308425)
 * Ah ok,
 * This came up as the WCAG 1.0 guidelines request it. WCAG 2.0 doesn’t.
 * Sorry about that, and thanks for the response.
 * Cheers

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Adding noscript tags to the google recaptcha script’ is closed to new
replies.

 * ![](https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255)
 * [Contact Form 7](https://wordpress.org/plugins/contact-form-7/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/contact-form-7/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/contact-form-7/)
 * [Active Topics](https://wordpress.org/support/plugin/contact-form-7/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/contact-form-7/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/contact-form-7/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [rustymonkeyltd](https://wordpress.org/support/users/rustymonkeyltd/)
 * Last activity: [6 years, 4 months ago](https://wordpress.org/support/topic/adding-noscript-tags-to-the-google-recaptcha-script/#post-12308425)
 * Status: resolved