Controlling User View

Is there a way we can set up a page for the logged in user to only see their submitted data and no one else’s?

Yes, that’s really up to you when you design your page / workflow. You can

  1. check whether the user is logged in with an event, and if not, redirect him/her to index
  2. have some conditions on the elements to hide them if the current user isn’t logged in.

Generally speaking, Bubble is lower level than this, so you can define such behavior, going down to when/how to display them based on specific circumstances (check the condition lesson)

Another thing you’ll do, but probably later, is to set up some privacy rules, but that’s more of a security/advanced feature.

1 Like