Forum Moderators: coopster & phranque

Message Too Old, No Replies

forms spaning multiple pages

         

deltron23

9:48 pm on Apr 11, 2003 (gmt 0)

10+ Year Member



I'm working on a school website; we have a very long application form. So, what I want to do is break the application form into 3 or 4 pages. Can anyone give me some advice on a good perl script that could handle forms on multiple pages?

SinclairUser

10:00 pm on Apr 11, 2003 (gmt 0)

10+ Year Member



Del,

If you want to spread the form over several pages to prevent the user having to scroll down the page, you could write a very simple script to take the input from each page (submit) and include it (as hidden fields) with the next segment of the form. When you reach the end of the form you submit all data - including all hidden data at once.