When completing a form, if there is an error on submit the page reloads without the original content. This could be solved in one of 2 ways: validation on the form that prevents submit, or storing the form contents in a cookie (prototype on branch form-persistence). Problem with this is that you need to throw away the form cookie if you go onto another form so it doesn't prefill.
When completing a form, if there is an error on submit the page reloads without the original content. This could be solved in one of 2 ways: validation on the form that prevents submit, or storing the form contents in a cookie (prototype on branch form-persistence). Problem with this is that you need to throw away the form cookie if you go onto another form so it doesn't prefill.