Gossamer Forum
Home : General : Perl Programming :

form-processing-script for multiple pages?

Quote Reply
form-processing-script for multiple pages?
Hi,

i'm still looking for a good formmail script what could take entries of multiple pages ... any hints?



Quote Reply
Re: form-processing-script for multiple pages? In reply to
I can really recommend ennyforms. Easy to be customized and free.
Their URL: http://www.dtp-aus.com/...cript/afrmscrp.shtml

Thomas
http://www.japanreference.com
Quote Reply
Re: form-processing-script for multiple pages? In reply to
Thanks Thomas, but it seems that this script doesn't support multiple pages ...

Quote Reply
Re: form-processing-script for multiple pages? In reply to
Setting up multiple page forms is not too complicated...

All you have to do is the following:

1) Create additional subroutines that passes parameters inputted from the previous pages.

2) Then create additional forms within the subroutines (or via template file if you are using templates) that uses hidden fields to pass the parameters.

3) Then use different submit button names like page1, page2, page3, add.

Regards,

Eliot Lee