Hi,
My client is a property maintence company and I have recommended Baserow to manage their jobs (so far so good). I need to create a set of web pages via the the Application Builder to allow their operatives to update each project with their work activity/images,sign-off, etc.
When the operative logs in, I display a summary of their jobs.
I have added a button to the summary which will take the operative to a page containing a form, as the operative must provide specific details about the work they complete.
However, the form (work details) I need to provide the operative varies vastly deneding on the type of job they are completing.
I was hoping to configure the “Go to Job” button to be dynamic, i.e. when clicked, it will open a page based on the value of Category (reportpage_category)
I was thinking I could build a number of Form View, and use the page parameters to determine the data source on a page parameter (i.e. /reportpage/?form=category
Or maybe I can add an iFrame on the target (reportpage) an use javascript, that will fetch the required form view based on category value.
Any thoughts???
Thank you.