There are, say, 10 fields on page1 and hyperlink to page2. Also there is hyperlink on page2 to page1. I fill 5 fields and click on the hyperlink. Then I click on the hyperlink on page2 and return to page1. Is it possible to save filled fields and how?
Additional question: what if page2 modifies fields of page1. For example, creates new choice in multichoice field.
There are, say, 10 fields on page1 and hyperlink to page2. Also there is
Share
You can save filled fields using cookies via javascript after clicking on the link and before going to another page. For example it’s possible to use this jQuery plugin jQuery-cookie. As documentations says: