J805
10
You can make a data type like this:
contactInfo
- icon - ‘text’ (use fa-home, fa-phone, etc)
- label - ‘text’
- input - ‘text’
- type - ‘text’ (home, phone, etc)
Each of those inputs are a type ‘text’ so you can use all of the same database type for it.
Then you can display all of them in a repeating group if you want.
Hope that makes sense. 