Protecting shared form view when embedding in other apps

Hi everyone,

I have a problem with a shared form. I want to embed a form in my app, but it needs to be protected so that not everyone can submit data. I don’t want to use a password because it doesn’t provide a good user experience. How can I protect it using an API token or a one-time use embed URL? Thanks!

@christopher.d Shared forms currently can only be public (+ password protected). You want the form itself to appear conditionally? or form submission permission to be enabled conditionally for signed in users only?

I want to make a form or table view visible only to authorized users in my app. If a user is logged in and has the appropriate permissions, they should be able to see this embedded page. Other users should not have access to it.

@christopher.d Shared form view is always public currently. Provisions for allowing signed users only to see form is not available. Will create an issue to track this further.