sunilvadranapu Posted August 4, 2008 Share Posted August 4, 2008 Hi all, i am working on one feedback form. This form have been divided into different pages based on sections. i mean for tech skills one page, analysis one page etc i have upto 6-pages. each page has around 10-questons with 4-options(radio buttons). i have created the pages with questions and added next and previous links for navigation. when i am trying to submit only questions on last page only got submitted. how to get the data from all 6-pages. and also i want to retain data when user moving previous and next. how can i do this? can any one help me in this regard. thanks in advance. -sunil Link to comment https://forums.phpfreaks.com/topic/118059-how-to-read-and-submit-data-in-multiple-pages-of-a-form/ Share on other sites More sharing options...
vikramjeet.singla Posted August 4, 2008 Share Posted August 4, 2008 you can follow two methods: retaining all forms values in sessions or keeping previous form values in hidden fields.... Link to comment https://forums.phpfreaks.com/topic/118059-how-to-read-and-submit-data-in-multiple-pages-of-a-form/#findComment-607373 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.