I have asked a similar question yesterday but perhaps it was too concret.
I have read a lot about this on net, but I didn't find any solution.
Here is what I want to realize:
- I want to implement a wizard which has 2 steps.
first step---ProductForm
Some fixed fields like Name, Description, etc
Then a dynamic field Picture which can be added by a button, that is to say if the user clicks add another picture, he should see a new Image field shown up
second step---MoreInfoForm
The user finishes the MoreInforForm, then we save the data.
Does anyone have an idea? Thanks in advance!