Hi All,
I am posting here looking for a solution before giving up and going to something like AJAX, or some other non-PHP based solution.
We tend to use forms a lot, and one of our current forms, I am adding a rating request to our videos. The challenge, is we are continually adding new videos, and I need the users to rate and comment on the videos (which we give away free to teachers based on them giving us feedback).
I am redesigning the form in a 2 page setup, with their basic data on page one, and the video related data on page 2. The challenge is, previously, I used some Javascripting to test that they completed the required fields on the form, and its getting more complicated with all the videos we are adding, and now that I am making the form 'truly' dynamic with all the videos listed on the 2nd page with dynamic arrays for the ratings and comments, the Javascripting is totally beyond my capabilities.
I have it setup with sessions and setting the POST data to a SESSION data, which works fine for the first form and into the 2nd form, but if they do not completely fill out the 2nd form and I send them back (with a javascript:history.go(-1) ) then I get a "Webpage has expired" in IE and I'm dead in the water.
I tried to do as Leatherback suggested to me earlier and self post the pages to each other, but with this many pages into themselves, it got way to complicated.
So I am here, looking for any help.
I don't know if it exists, but I thought I would ask.
Regards,
Don