Is it possible to have two forms with one resource?
I have two types of users but its the same model and database table.
For some users, it will only display 2 fields in that form, for the rest it will display the full form...
I want to do this with two different buttons
How can i do this?
1 Reply
wait, if you have the same model/table, you could use
Group
to show different fields by user type.