Hi,
I am trying to use the web form step in order to create a multi-step form that uses 2 entities (A is linked to multiple B) of my data model.
Here is what I try to do :
1 - Step 1 : Load form in order to display the form of my Entity A to the user
2 - Step 2 : Redirect to a web template where I can save another entity (let's call it entity A') linked to entity A with Ajax code
3 - Step 3 : Load form in order to display a page that will allow me to add objects of entity B that will all be linked to entity A.
The problem that I am facing is that when I am in the step 2, I am well redirected, but I don't go through the step 3, even if I precised in the step that the next one should be the step 3. I was expecting that after the redirection, we would go in the step 3, as precised in the web form.
Is this behaviour normal ? Is there a way to do what I am trying ? I guess that if the option to redirect AND go to another step is allowed, it means that it can work.
Thank you all for the help,
Dan