One form/page that is public

I need one form/page on my Glide website to be public (no login/username). All the other pages should be secured meaning they do require a login/username. I’d really appreciate it if someone could help me figure this out.

  • Set your security settings to optional log-in.
  • In your public tab, don’t set any visibility conditions.
  • In all other tabs, set the condition to signed-in user’s email is not empty. This means that the user has to log in to have their email “seen” by Glide, and thus see those tabs.

Thank you!

Did it help your case? Have you been able to do it?