I have followed the instructions listed here, but still can't get the reCAPTCHA to render in the template. I can't get the automatic rendering nor the explicit rendering to work for me. Can anybody give me more specific instructions that are tailored towards ember.js so that I can get the reCAPTCHA to render? I suppose that you are suppose to make it into a component since it will be used on many forms throughout the site.
As always, any help would be appreciated, and if you need any further details, I would be more than happy to provide them.
For those who are interested, ember-cli-google-recaptcha is an easy to use ember addon for adding Google reCAPTCHA to your ember application. It supports having multiple recaptcha components on the same page, and is FastBoot compatible. It also supports v2 and invisible recaptcha widgets:
Full disclosure: I am the developer of this add-on.