Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Use custom user data to create a “role” field for the supervisor and FLW (see video demo hereImage Added

  2. Make sure all questions are saved as case properties in the original form (see video demo here)Image Added

  3. Copy the form to make a new supervisor version (see video demo here)

    1. Save all questions as case properties

    2. Add in the default value for all questions

    3. Optional-- add in a display label at the beginning that shows all the answers the FLW entered

      Image Added
  4. Add in calculations to pass the form between FLW and Supervisor (see video demo here)
    1. Add the hidden value ready_for_supervisor into both forms and save it as a case property

    2. In the original form, set the calculation to “yes”

    3. In the supervisor version of the form, set the calculation to “”Image Added

        5. Add form display conditions to hide/ display forms based on role (see video demo here)

Image Added

    1. #user/position = “supervisor” for the supervisor form and  #user/position = “flw” for the FLW form

    2. Add in case list filtering ready_for_supervisor = “yes”

...