I want to make a Jquery form, having form structure like this
panel1{
Name
address
age
years of experience
}
panel2{
graduation deatails.
first year marks
second year marks
third year marks
}
panel3{
some more fileds
}
then a
NEXTButton previousButton
i want to achinve that at first only first panel should be visible
when i claick the next button the second panel should be visible and 1st and 3rd should be hidden’
and vise versa.
I also want that value should be persist and on next and previos and also the validation should be applicable
could some body suggest me how can i achive this, i am novice for this.
Jquery:
Hope this helps.