I'm going to submit this as is, it basically just adds the ability to template the recaptcha box by setting tpl, culstureKey and submitVar to be swappable in the snippet call. It also provides an example TPL for invisible captcha. The invisible captcha would need to be updated if there were multiple forms on a page, but the implementation method would be site specific.
I'm going to submit this as is, it basically just adds the ability to template the recaptcha box by setting
tpl
,culstureKey
andsubmitVar
to be swappable in the snippet call. It also provides an example TPL for invisible captcha. The invisible captcha would need to be updated if there were multiple forms on a page, but the implementation method would be site specific.