Hi All,
I’m kind of stuck on something and I haven’t been able to find out how to get around this. I have a form that consists of 3 pages. User fills out the first page, then clicks continue, fills out second page, then clicks continue again, then fills out final page then submits.
Usually when I build a form, it’s just on one page so I just send all of the variables to a php file. In this situation, I’m not sure how I could jump from page to page. Can someone help me understand this?