I have a pretty simple App - one table and one view. The single view is a form to collect (anonymous user / not logged in) self-registrations to a waiting list.
Table and form are all good.
I am struggling with how to "lock" the user in to just being able to complete one form. I do not want these users to be able to access any other views or table data. If they need to submit another form, they follow the shared link and start from scratch.
I want to share a common link to create a new form, with each submission stand-alone from the user's point of view.
Workflow should be: 1. click shared link; 2. enter personal registration information; 3. Click SAVE; 4. Hit "Thank you" view and be unable to do or see anything else within the App.
I accept they may need to be shown the hamburger menu top-left if that's a system default. This should show only the very minimum options.
All suggestions or examples welcome.
As the app is public, you can't use Security Filter. But there is an option under the table definitions called "Filter out all existing rows".. When that option is ON, the app/client device doesn't have any data from that table
Have you considered using Google Form to do this task?
User | Count |
---|---|
16 | |
16 | |
4 | |
3 | |
2 |