kishan Posted October 1, 2008 Share Posted October 1, 2008 HI i want to keep the form data if i navigate successfully to next page and coming back to the previous page do we have any such provision in html to achieve this other than storing the form data on sessions to populate or kindly tell me the way to achieve this Thanks in advance Link to comment https://forums.phpfreaks.com/topic/126567-preserving-the-form-data/ Share on other sites More sharing options...
Third_Degree Posted October 1, 2008 Share Posted October 1, 2008 Usually this is up to the browser. Like you said, most likely you'd have to store a cookie/session with the values to ensure their preservation. Link to comment https://forums.phpfreaks.com/topic/126567-preserving-the-form-data/#findComment-654512 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.