Hello, so I have a form I need to make, that needs to do basically the same thing that this one below does. My server only suppors php though... this page is .aspx.
Basically, all I need is that when someone answers "no" to a question, it then brings you to a "Unfortunately you did not pass" page, and if they answered "yes" to a question, it brings them to a "Thank you, we'll contact you soon page."
This form below does basically exactly what I need... although I am not sure how I can emulate it. My server only supports PHP.
http://chipotlejobfair.com/
The javascript thankfully is included in the page though, which should help. I am just not sure how that is processed to go to the thankyou.html page
Can some kind soul possibly steer me in the right direction on how that can be basically emulated for my own form?
Thank you!