how to add separate model for each step
Closed this issue · 1 comments
mushtaq99 commented
as support single model what if some one try to add multiple models for examples
on first step user info on second step post info on third step category info which is three separate table each table have their own
form
vildanbina commented
You can manually configure this by overriding Step classes or using a similar approach. Initially, this package supports a single related model, but fortunately it provides an opportunity to customize everything to align with your project's requirements