CBH_Service_Acc
16 hours agoQrew Trainee
Autopopulate Form Fields
Hello, I was wondering when a user enters demographic info (i.e., First Name, Last Name, Date of Birth, etc.) on a form, is there a way to autocomplete / autopopulate a user's info? For context, thi...
- 16 hours ago
You can create a table for users. Each record on that table will be like a profile for the user, so they or whoever enters their info only has to do it once, then they can just be selected/searched from a dropdown.
Once you create the table for users, you create a relationship with your other table so users are the parent and the other thing is the child.
If everyone using the app has a Quickbase account and is the same person filling out the form, you can go further and automatically get the user using a form rule and formulas. Then maybe you can associate the user with a profile record if you need some more data about them.