Hi experts,
On the last page of our power portal application (say Page A,B,C on Page C redirected to Page D), when on Redirect Page (Page D) trying to go back previous page using Custom Back Button (which on click uses window.history.back()) i have also tried history.go(-1), lands directly on Page A with filled in form data is lost and loaded as fresh one. Is there any other way to retain data ? Also, how about using Session storage if there are many fields? Could you please suggest better way to handle this.
Thanks in advance