Is there a way to save different addresses?

The best way I can describe it is something like what Grubhub where you can save multiple addresses for delivery. I can’t figure out how to do this within the database in terms of Types and Fields. Should it exist under the User Type or be it’s own type?

What needs to be done is save multiple addresses, names, apartment/suite numbers and some other information, but it needs to be linked to each other if that makes any sense. So, the name tied to that address matters, as well as the apt/suite number. Then I can place this into a repeating group for the user to see as their saved addresses.

If anyone knows how to do this, please let me know!

You could create a data set called ‘addresses’ with all the variables needed and have users create their address then add a new data type to the users which is a list of addresses. When the user creates an address, add it to their list of addresses. Just remember privacy settings if its hosting sensitive data

2 Likes

This topic was automatically closed after 70 days. New replies are no longer allowed.