Symfony3 : multi-steps form and flush after forward
问题 I have a form to add a new prescriber in my database. The first step consists in informing the various informations about the prescriber. Then, I check if there are similar prescribers before adding it (2nd step with a 2nd form) and if there are, I ask the user to confirm. In short, I have a 1-step form or a 2-steps form, depending on duplicates. I tried with CraueFormFlowBundle but I don't know how to implement my conditional second step. My tests were inconclusive. So I decided to use