Hello,
I have been trying to better understand using a Web form. The scenario has 3 roles: Salesperson, Customer, and Approver.
Use case current state:
- Salesperson receives envelope and signs
- Customer receives envelope and signs
- Approver receives envelope, reviews and approves or denies.
Pretty straight forward.
We want to add an extra piece to the workflow that only impacts the customer.
After they sign, we want the customer to be redirected to a partner website where they can enter their consent preferences.
The web forms “Thank you page” has functionality to add a button with a configured URL*, which I what I have working. However, what I’m finding is the Salesperson will also be redirected to that partner site, which we don’t want or need.
Is there a way to design a workflow that omits Roles 1 and 3?
Also, we have been moving to use composite templates that our API will build the envelope based on what the sales order needs for documentation.
Is it possible to have a webform (template) that is only focused on the customer but it part of the sale process listed above?
*Hopefully, the button URL can be updated via API because the URL will be specific to the customer.
Thank you,
Jonathan