I implemented a front end-channel form. with Chrome, when a form is invalidity submitted (e.g.: missing title) then the user will see a error page and can click “Return to Previous Page” to fill the the missing information.
with Chrome
As expected, the inputted and selected content would still be there and the user can just fill the missing parts.
Firefox
However, the user got a new form and all the inputted content was lost.
I am not so sure what could be wrong in this scenario. Please help, thanks