Closed 92ahmed92 closed 11 months ago
After using just https://cdn.jsdelivr.net/npm/friendly-challenge@0.9.14/widget.min.js it worked. PS: it is not documented that one has to use just one script :/
I'm guessing you might forgot to set the type="module"
and nomodule
on the other javascript files resüectively. See https://docs.friendlycaptcha.com/#/installation
I have a single page application and I am installing friendlyCaptcha into my TypeScript/C#-project. Using 2. Adding the widget and Option A: Using a script tag the widget is being displayed but I have no access to the friendlyChallenge.autoWidget. I need the access to be able to reset the widget when the form submitted is wrong.