Matrix Version: [ v5.4.7.1]
We use the google recaptcha in our forms. However, we found JS API is loaded as
> <script src="https://www.google.com/recaptcha/api.js"></script>
How do we use the async
and defer
parameters in the script
tags as suggested by google recaptcha?
Thanks.