Hi everyone, I’m a newbie at Glide and really happy to finally join the community. I’m still learning about how to build forms so I would like some advice on how best to approach a custom form.
I’s like to create a form to capture preliminary info about projects. I would then like the details in the form to be captured in relational tables with a one to many hierarchies e.g. Project → Project Site -->Rooms.
The idea is that in the future I can add additional project site to be associated with the project, or additional rooms associated with the project site.
What’s the best approach to achieve this? And is this possible to do from a single form?