One form - Many permissions
I have a database and many many users. I need to give each person or at least each group of people access to edit certain fields of the form.
Right now, when a user clicks on a record in a certain view, they are allowed to see the entire form and edit whatever they want. I know I can use stateless forms to feed into the main app and give each user access to certain stateless forms, but how would I make this particular differnt form come up when they hit edit, rather than the main form?