What is the name of the domain?
localhost
What is the issue you’re encountering
Cannot use combination of visible and invisible
What are the steps to reproduce the issue?
Previously, I used hCaptcha, which allows the container to be configured to be both visible and invisible (via the data-size="invisible"
attribute and calling hcaptcha.execute()
afterwards).
I’m looking to migrate from hCaptcha to Turnstile (after they changed their policy on using user data to create and train AI), but from reading the documentation, Turnstile seems to only be able to use either invisible or visible.
I’d like to know if there’s a way to configure Turnstile so that the container allows both visible and invisible? For example, using a certain attribute that will make the container invisible and will only make the container appear when interaction is needed?