I’m creating a registration app for a school.
They have around 150 students that will need to log in in order to fill out the registration.
The problem is that around 30% of the users who will need to login only have business emails.
This would mean I need the business plan and it would be around $800 to make it possible for those users to log in.
They need to be able to log in since the tuition and other information is specific to each student.
Is there a work around or something else that I do to set this up in a way that will be more affordable?
If it’s a school, why are they using business emails?
Education domains qualify as personal users. If they are not recognised as such, you can ask Glide to have the domain added.
HI,
If the students only see information and do not interact with the information, you can create a table that houses all the students, and create two columns for the document number and a password, then in the design add a collection with your table, create two fields in your admin table for the document number and password,
Now set the collection filter to only show the exact match.
The school users use .org domain email, that still qualifies as an education domain?
Also the main issue is for the 150 students that need to log (some of which do not have personal emails) in in order to complete their registration, that’s what’s making it expensive…
Is this a set up so users won’t need to sign in?
What I need is for students to be able to complete registration forms, edit them (if the school admin indicates that something wasn’t filled out correctly) and see when their registration is complete.
My concern with doing a set up that doesn’t require signin is security since some of the forms do include sensitive data like passport #, etc. so even if on the front end someone can only access their own forms but I need to make sure that others information won’t be accessible in any way either.
Is there any way to do this that would be considered secure?
It can, yes. You can check here, and if it’s not recognised as a personal/education domain, then you can use the “Send Feedback” button to request that it be added.
As well as requiring that all users sign in, please also be sure to protect this data with row owners.