Open mondomeme opened 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')
fieldOrder
fieldOrder=>['name','surname','document_type_id']
If I have a step called 'Personal Data', which has a custom
fieldOrder
(for examplefieldOrder=>['name','surname','document_type_id']
), in the preview step I see the 'Personal Data' step fields in a different order ('name','document_type','surname')