CSSQuest
03-12-2009, 04:21 PM
Hey Guys,
I'm putting together an automated form that will record user entries and mail them to a specified email address once the user has completed the fields. The form is long enough to where it needs two pages of space for all the fields.
The first page will contain contact info etc.
The second page will contain the specifics regarding the users request for info.
I'm not good at handling perl/cgi etc let alone passing variables between pages.
I was thinking about setting up an inline frame with an html document that is larger then the frame's screen area, then using an anchor link from the first "submit" button to the top of the second area of the html document which would contain the second part of questions, and the real submit button that would mail all the info together.
However this seems like bad coding and I was wondering if anyone knew of a better way to collect form data from 2 "pages" without sending two emails or intricate variable passing?
Thanks in advance.
I'm putting together an automated form that will record user entries and mail them to a specified email address once the user has completed the fields. The form is long enough to where it needs two pages of space for all the fields.
The first page will contain contact info etc.
The second page will contain the specifics regarding the users request for info.
I'm not good at handling perl/cgi etc let alone passing variables between pages.
I was thinking about setting up an inline frame with an html document that is larger then the frame's screen area, then using an anchor link from the first "submit" button to the top of the second area of the html document which would contain the second part of questions, and the real submit button that would mail all the info together.
However this seems like bad coding and I was wondering if anyone knew of a better way to collect form data from 2 "pages" without sending two emails or intricate variable passing?
Thanks in advance.