buttflattery / yii2-formwizard

A Yii2 plugin used for creating stepped form or form wizard using yii\widgets\ActiveForm and \yii\db\ActiveRecord
https://yii2plugins.omaraslam.com/formwizard
Other
96 stars 13 forks source link

Field order in preview step should respect the field order in the corrispondent step #65

Open mondomeme opened 4 years ago

mondomeme commented 4 years ago

If I have a step called 'Personal Data', which has a custom fieldOrder (for example fieldOrder=>['name','surname','document_type_id']), in the preview step I see the 'Personal Data' step fields in a different order ('name','document_type','surname')