Loading data from a relationship in a form
I've used the form builder and we save all the data into json and store it in single column. This works well! Now, I want to load all the data into the form and I can do that in a custom form. But I am trying to do it as part of a relationship.... i.e. the data is stored in a submissions table and then there is a forms table, so they select the form and it loads in the submissions data... How can I achive this?