Hi All,
Referring to the article below:
I have a question regarding create forms vs edit form (Advanced Forms). I have a multi-step process as explained below
Step 1 - Enter application details
Step 2 - Enter additonal application details (same entity)
I need to allow the user to create as well as edit their applications. Do I need to create 2 separate advanced forms with both steps - one for create and another for edit ? Or can I use the create form just for step 1, and create a separate Edit form with step 1 and step 2, and on successful complete of step 1 of create form, redirect user to step 2 of edit form ? Is it possible to redirect user to step 2 of edit form instead of having to go to step 1 again on the edit form ?