Using Workbench ES3I have 2 processes:The first renders an interactive
form for the user to fill out.Once they click on the 'Submit' button,
the form is sent to the second process where it is flattened into a
non-interactive form.I have 2 problems:1.) I cannot figure out how to be
able to send in different forms to the process. For example, I may have
3 forms - "R.pdf", "S.pdf", and "T.pdf" and I need to choose which of
the 3 I am going to fill out and flatten. Right now, it works with a
hard-co...