How do I force the user to complete a form before allowing them to move to other routes in Flask.
I wanted to avoid creating user logins as I didn't want to create a database for individual users. I just wanted to force any user to complete a form before getting access to other urls in the flask applications.