form1 to form2

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
killbaz
Forum Newbie
Posts: 12
Joined: Mon Feb 02, 2009 4:44 pm

form1 to form2

Post by killbaz »

Hello to all...
How to save the data from form1 and form2 and form3 and form4 and validate to the end? [insert it in DB]
i dont know with this hidden fields and ... thanks
User avatar
susrisha
Forum Contributor
Posts: 439
Joined: Thu Aug 07, 2008 11:43 pm
Location: Hyderabad India

Re: form1 to form2

Post by susrisha »

use sessions to store the data from forms and then validate at the end
killbaz
Forum Newbie
Posts: 12
Joined: Mon Feb 02, 2009 4:44 pm

Re: form1 to form2

Post by killbaz »

and how to , can you make a simple basic model to see how it's made?
thanks
User avatar
VladSun
DevNet Master
Posts: 4313
Joined: Wed Jun 27, 2007 9:44 am
Location: Sofia, Bulgaria

Re: form1 to form2

Post by VladSun »

Take a look at this thread:

viewtopic.php?f=1&t=88920
There are 10 types of people in this world, those who understand binary and those who don't
Post Reply