Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Forms] Issue when modifying form fields #493

Open
3 tasks
tudoramariei opened this issue Nov 20, 2023 · 0 comments
Open
3 tasks

[Forms] Issue when modifying form fields #493

tudoramariei opened this issue Nov 20, 2023 · 0 comments
Assignees
Labels
bug πŸ› Something isn't working Forms

Comments

@tudoramariei
Copy link
Member

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:

  1. πŸ—ΊοΈ Go to /admin/forms as an admin/editor
  2. πŸ†• Create a new form (select "Store submissions")
  3. βž• Add (at least) one entry to the form
  4. πŸ“€ Export the form results
  5. ✏️ Edit the form and add another fillable field between the others
  6. βž• Add (at least) one more entry to the form
  7. πŸ“€ Export the form results
  8. πŸͺž 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
Screenshot 2023-11-20 at 12 54 28

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug πŸ› Something isn't working Forms
Projects
None yet
Development

No branches or pull requests

2 participants