[PHP] Re: Multiple page form

2002-11-26 Thread Manuel Lemos
Hello,

On 11/26/2002 01:42 PM, Shane McBride wrote:

It's been a while since I have done any PHP work. I am creating an online
employment application using multiple forms for a client. I was going to use
PHP. I don't remember if I need to pass variables along with the form for
each page, or can I just call them on the last page.

The application form is very long. Any ideas? There may be a script that
exists already?


Yes, you may want to try this class. It lets you compose and process 
multipage forms in two modes: sequential access (wizard like with 
buttons Next ,  Back, Finish  and cancel) and random access 
(tabbed pages like with edit or view only modes).

http://www.phpclasses.org/multipageforms


http://www.phpclasses.org/browse.html/file/348/view/1/name/test_random_form_page.html

http://www.phpclasses.org/browse.html/file/349/view/1/name/test_sequential_form_page.html

--

Regards,
Manuel Lemos


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Re: Multiple page form

2002-11-26 Thread Verdon Vaillancourt
You might also want to look at this solution. It seems functional and
elegant, worked simply for me...

http://codewalkers.com/tutorials.php?show=28page=1


 On 11/26/2002 01:42 PM, Shane McBride wrote:
 It's been a while since I have done any PHP work. I am creating an online
 employment application using multiple forms for a client. I was going to use
 PHP. I don't remember if I need to pass variables along with the form for
 each page, or can I just call them on the last page.
 
 The application form is very long. Any ideas? There may be a script that
 exists already?
 
 Yes, you may want to try this class. It lets you compose and process
 multipage forms in two modes: sequential access (wizard like with
 buttons Next ,  Back, Finish  and cancel) and random access
 (tabbed pages like with edit or view only modes).
 
 http://www.phpclasses.org/multipageforms
 
 
 http://www.phpclasses.org/browse.html/file/348/view/1/name/test_random_form_pa
 ge.html
 
 http://www.phpclasses.org/browse.html/file/349/view/1/name/test_sequential_for
 m_page.html
 
 -- 
 
 Regards,
 Manuel Lemos



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php