Is there a method to redirect logged in users to a page with a registration form until they complete the form? I’m new to Bubble but I imagine there’s a simple solution to this problem that I’m not aware of.
Here’s a link to the registration form so you can get an idea of what I’m referring to. All of the fields are saved to the user data type:
Hi there, @paul13… because you are saving the fields on the User data type, one way you could go is to have a check on the load of each page that checks to see if one of the user’s required fields is empty, and if it is, direct the user to the page with the form. You could do other things like have the login process always direct a user to the page with the form if a required field is empty, and you could also hide navigation to other areas of the app until the form is completed.
Anyway, just some food for thought there, and I hope it helps.