a hyperlink in the step 1 task form should call a form in step 2 task

Hi!!!

I have two human tasks (namely step 1 and step 2 ) in a pool. Now form in the step 1 has a hyperlink button.

Now when I click this hyperlink option, it should take me to the form created in the step 2.

I am not able to under what to add in

can you help me out??

I am using Version 7, 6.x application to create forms

You shouldn’t really go from form to form directly in different tasks. You should allow the processes to operate first and link the forms itself.

Form 1 should have a submit button as this task is effectively complete when you want to go to task 2 which will then show the form for task 2.

What really happens under the hood is:

  • HTask starts

  • HTask Start Connectors Start/Finish

  • HTask Form shows

  • User clicks submit

  • HTask Actions Start/Finish

  • HTask Operations Start/Finish

  • HTask Finish Connectors Start/Finish

  • Next HTask Starts etc…

Hope that helps,
regards

Well that answers my question.

But what I my process really is:
there are two tasks: Htask1 and HTask2. Each task has their own respective forms

  • HTask1 has a table with two columns namely College Name and Manage

  • Manage column should be a hyper link column.

  • When user clicks on the Manage link, then Form in the Htask2 should appear.

I know if I click on the submit button it would take me to the task 2. But its not what I want. Is there a way I can link the form using html code?

I dont want to use any buttons (Submit/Next).

any updates on this ?
I have explained above what I really need.

need to know if this is possible…without using a submit button.