Is there a way to make users fill out a certain form after signing up?

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…

Thank you

Regards,

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.

3 Likes

Here’s what I do:

5 Likes

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.