cancel
Showing results for 
Search instead for 
Did you mean: 

i want a different set of outcomes each time it is displayed. how is this achievable?

lepoo
Champ in-the-making
Champ in-the-making

i have a rather complex form (many tabs, lots of controls) created using activiti forms designer. i want to reuse this form throughout my process (like 10 times), presenting it to different users.

i want a different set of outcomes each time it is displayed. how is this achievable?

thanks! stef

1 REPLY 1

cjose
Elite Collaborator
Elite Collaborator

You can define all the possible outcomes on the form and hide them upon form-render using javascript. Depending on the form complexity, management of those java scripts can get ugly over a period of time and can become a pain in the future!

Please find attached a sample application where a script is used to remove unwanted outcomes from a form at runtime.