Where (and when) can I find documentation for all of the features and items in the form builder? Many do not seem to work together as they might/should, or at least their usage isn't obvious.
I've been trying for days to build a simple form to manage records in a table. Where the user has a list of records, can choose to edit one, clicks on it, then gets a form to edit the row. Finally returning to the original list of records. And has a button to add a new row.
I have managed to produce a list of rows in the table, but have no idea how to make a row "clickable", and then how to open a modal form in the same page.
Any help would be greatly appreciated!
I've been trying for days to build a simple form to manage records in a table. Where the user has a list of records, can choose to edit one, clicks on it, then gets a form to edit the row. Finally returning to the original list of records. And has a button to add a new row.
I have managed to produce a list of rows in the table, but have no idea how to make a row "clickable", and then how to open a modal form in the same page.
Any help would be greatly appreciated!