cds-snc / report-a-cybercrime

Report a computer crime or scam / Signaler un crime informatique ou une fraude
https://report-a-scam.cds-snc.ca
MIT License
29 stars 14 forks source link

Skip Button Retains Data #2336

Closed justinr86 closed 4 years ago

justinr86 commented 4 years ago

Summary

The Location and Contact Info pages contain a Skip Button to allow users to proceed without entering data. If the user enters data, selects the Continue Button, then goes back to the page and selects Skip the data is retained. In this case the only way to clear the data is manually clear the fields and select Continue (Skip will retain data in this case too). We should clear data when the Skip Button is selected.

Steps to reproduce

  1. Start new report.

  2. On Location or Contact Info page enter valid information, submit.

  3. On Confirmation page select the appropriate Edit link.

  4. Select the Skip Button. Will navigate to the Confirmation page but data remains.

Unresolved questions

Should we warn user that previously entered data will be removed in this case?