How to see user submitted multi-page forms?
Hi. I made an app to our company that basically does a simple error report/management. I have 3 forms one for reporting a problem, one for investigating and one for fixing it. When you get a role in investigation/fixing you can see the previous forms as every form has a sub form before it. I also have in the user view a CRUD where you can view the forms when clicking on the edit function. However my issue is that the edit button says "Record cannot be found" if i click on a form that is not the one I selected in the CRUD. So if someone creates a new form and it has not been investigated you can't see it if I set form3 as the form that could be edited (view only). My simple question is how can I make it available to see the forms in detail in all the 3 steps of the process? There's no authentication or anything special about the process, just sticking to the basics.