Fastspot / bigtree-form-builder

Form Builder Extension for BigTree 4.2+
4 stars 13 forks source link

rewrite code that creates ReCaptcha to use vanilla JS #20

Closed jemaleddin closed 11 months ago

jemaleddin commented 11 months ago

I modeled this after what you were already doing, and after realizing that grecaptcha has it's own ready() function, it seems to work? I don't think it should step on any other variables, but you would know better than me.

timbuckingham commented 11 months ago

Thank you!