Using Google reCAPTCHA with ninja form
I have created google reCAPTCHA account. I placed both my secret and site key on my dashboard. Also I did enabled in setting to use google recaptcha.
Both in google documentation there was 2 steps:
1) Paste this snippet before the closing </head> tag on your HTML template: (I did this)
2)Paste this snippet at the end of the <form> where you want the reCAPTCHA widget to appear:
I dont know where to paste number 2. I am not sure where its my ninja form code at.