Hello Community,
I would like to solve the following scenario, and would appreciate some pointers:
On my custom portal, I have a web form and 3 web form steps. Let's call them the followings for sample illustration here:
- Web Form Step 1: Load Tab
- Web Form Step 2: Load Tab
- Web Form Step 3: Redirect to Web Page A
Under Web Form Step 2, I have added an action button called "Submit", which when clicked will trigger a workflow that updates certain field on the record. When I am testing this out, the behaviour I am seeing is that when I click on this Submit button on web form step 2, it triggers the workflow, but after the workflow has been successfully initiated, the page stays on the same web form step 2. Is there a way I can make it (without codes if possible) so that clicking on the submit button will trigger the workflow AND redirect the web form step 2 page to a different web page (i.e. Web Page A)?
Can the above be achieved?
Thanks!