I am wanting to know if there is something which pops up like lightbox, and can handle multiple forms/pages. I need this for a little survey form on a website. I don’t want to use popup windows. Also the forms needs to be able to be sent to an email address with PHP. For example:
Page 1
Full name: text box here
Email address: text box here
etc, etc
Next >> (next button)
Page 2
Section 1
Question 1: option box here
Question 2: radio buttons here
etc, etc
Next >> (next button)
Page 3
Section 3
Question 3: text box here
Question 4: checkboxes here
Send (send button)
Thank you message on the next page, after the send button has been pressed.
Thanks in advance.