...
Use custom user data to create a “role” field for the supervisor and FLW (see video demo here)
Make sure all questions are saved as case properties in the original form (see video demo here)
Copy the form to make a new supervisor version (see video demo here)
Save all questions as case properties
Add in the default value for all questions
Optional-- add in a display label at the beginning that shows all the answers the FLW entered
- Add in calculations to pass the form between FLW and Supervisor (see video demo here)
Add the hidden value ready_for_supervisor into both forms and save it as a case property
In the original form, set the calculation to “yes”
In the supervisor version of the form, set the calculation to “”
5. Add form display conditions to hide/ display forms based on role (see video demo here)
#user/position = “supervisor” for the supervisor form and #user/position = “flw” for the FLW form
Add in case list filtering ready_for_supervisor = “yes”
...