Can I create two modal edit form with different fields?
If I have 4 fields in create form, A B C D.
In the table, I would like to have 2 actions, "Edit Information A", "Edit Information B".
The first action will only show a modal form with A B fields while the second action only show CD fields.
How can I achieve this?
1 Reply
its just a normal action with form. what have you tried? show your code