Hi
I am still budling and never published my app yet but I’d like to know if I can force users to fill out a certain form after signing up or during signing up. Because unless they fill this information my app won’t have anything to display…
Search the forum for “Onboarding”. There are several methods, but generally, the goal is to control tab visibility. Have a value in your user profile table that is only set once a user competes their profile. Then use that value for a tab visibility condition. What you want to do is only show a single tab when that value is not set, but once it is set, then you hide the onboarding tab and show the rest of your tabs.