Is there a way to create a form with a hidden field?
Scenario:
We collect data from the user, and the data set needs to have a status of Pending by default. Then backend users must be able to change the status, but not the other fields. This must be dependant on the users group, so some users can change the status, others can change any field.
Is there a way to create a form with a hidden field?
Scenario: We collect data from the user, and the data set needs to have a status of Pending by default. Then backend users must be able to change the status, but not the other fields. This must be dependant on the users group, so some users can change the status, others can change any field.