Here's a concept that might work.
Use javascript to add fields and hold the answers in a javascript array.
You can dynamically add and make the input fields visible with javascript and CSS.
Then for submission, just concatenate the js array into a big string variable, submit the array as one CGI parameter, and let the CGI code take it back apart into an array.
Not sure how big one parameter can be though. Maybe not infinite :) You really should set some limit anyway for one submission.
non-Perl: Andy Ford
In reply to Re: Organizing Form Input
by andyford
in thread Organizing Form Input
by Spidy
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |