1
0
-1

hi, i want develop automatic custom user registration with no approval process from admin. is it possible to preview the registration form before submitting the form (for self verification) ? 


logic : 

  1. user fill the form
  2. submit/save form
  3. form data verification
  4. confirmed 


how i can define action for assignment and activity for next process ?


    CommentAdd your comment...

    1 answer

    1.  
      2
      1
      0

       is it possible to preview the registration form before submitting the form (for self verification) ? 

      In the next activity assignment, show the same form again, but in read only, as a form of "self verification". One must actually submit the form and post to the server, so that we can show the same form with data.

      how i can define action for assignment and activity for next process ?

      In a process, where you need human to participate, you can create "activity" node. If you want to run something else, for example, send email, then use "tool" node. So, it depends on what you are trying to achieve.

      What action you want, depends on what you want to achieve. Maybe you can start learning Designing a Process first?

      1. ayohmang

        thanks. its took hours for me to play around with process and able to solved it now. 


      CommentAdd your comment...