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.