What is the point of invisible Turnstile widgets?

What is the name of the domain?

What is the issue you’re encountering

What is the point of an invisible widget if a managed widget can simply be hidden in order to behave like an invisible widget? Does the invisible widget behave differently? Using the managed widget seems most advantageous because it can be used invisibly but can also be shown if an error occurs or user input is required.

If that’s the behavior you want, then that’s what you should go with. If your use case dictates that you never want the widget exposed, then go with Invisible. You don’t have to use that option if you don’t want to.