Create Action using different forms
Anybody got any suggestions on how to go about using a different form dependent on the type of record being added.
I've got a table which holds different types of records, with a load of options that get stored in a Json format as a single column.
Could therefore do with a different 'form' for each option.
I can bring up an initial modal with a type select, but not sure how to advance that into a createAction with a dynamic form choice based upon the initial selection.
Tried this:
But it doesn't fire a new modal.
0 Replies