Hi all
i've to make a large recruit form for my company.
all you know it must have identification (name,sex, date of birth, nacionality,address etc...) of the candidate, the qualifications of the person, language knowlege, etc.
My form has 80 fields.
I've thought to make 4 pages (id, qualification, knowlege, availability) and i've to pass the data between the pages, because in the last one i've to add to a mysql table and send an email.
so now the question:
What is the better solution to pass the values, session() or cookies?
tks!
Cookies or session() question?
Moderator: General Moderators
Re: Cookies or session() question?
pedrokas wrote:My form has 80 fields.