You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If new fields are added to a form, they don't appear (correctly) in a results export.
To Reproduce
Steps to reproduce the behavior:
πΊοΈ Go to /admin/forms as an admin/editor
π Create a new form (select "Store submissions")
β Add (at least) one entry to the form
π€ Export the form results
βοΈ Edit the form and add another fillable field between the others
β Add (at least) one more entry to the form
π€ Export the form results
πͺ Compare the two spreadsheets, the headers are the same in both but the results after the form was modified are not in the right place
Expected behavior
The spreadsheet's header should match the form's fields
The responses should match the updated header
If a field was deleted, its entries should still be kept
βΉοΈ It would be ideal that the items in the header are in the same order as the form. We should at least have a 1:1 match between the header and the results for now.
Screenshots
The text was updated successfully, but these errors were encountered:
Describe the bug
If new fields are added to a form, they don't appear (correctly) in a results export.
To Reproduce
Steps to reproduce the behavior:
/admin/forms
as an admin/editorExpected behavior
βΉοΈ It would be ideal that the items in the header are in the same order as the form. We should at least have a 1:1 match between the header and the results for now.
Screenshots
The text was updated successfully, but these errors were encountered: