I have Laravel project with view where user adds form fields dynamically. There's AJAX "SAVE" button and link which opens "print view" of page.
If user hits Back button after printing, there's no dynamically added fields, although they are saved ( - if I reload the page, it renders correctly)
Am I missing something regarding caching these fields?