From: Richard, D. <dri...@un...> - 2002-10-07 11:14:55
|
I am working on a survey that has several pages. It is very important that a person completing the second page of the survey not be able to go back and change previous answers. I have tried to accomplish this by having two pages submit to the same FormProc script, transferring an ID value with JavaScript so that I can match up the answers to the two forms later. I want the feedback screen canceled when the user submits the first form. It would be ok if the feedback screen was canceled for all forms submitting to this FormProc script. Is this possible? How is it accomplished? thanks, Dan- |