Hi, I am new to Meteor. I have scoured the internet for information, but have ended up with nothing of relevance.
I am creating a website where the user has to fill in their personal information and then pay a registration amount before they can go ahead to the main dashboard and use the features offered by the website. How do I route the user after sign up/login in such a way that the user can not access the dashboard URL/other parts of the website till the time they have filled two forms:
- The personal information form (to be filled only once)
- The payment gateway form (that should only be accessible after personal information is filled)
Thanks!