1
0
-1

Hi, does anyone know how can we redirect to different form after user click submit button?

Eg: When user key in form,
If user choose type A → click submit → redirect to Form A
If user choose type B → click submit → redirect to Form B

Thanks!

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      You can draw a process. Simple enough, a route is enough.

      Once "Submit" activity completes, it will go to route and Joget will show next correct form.

        CommentAdd your comment...