I am not a .net programmer, so please bare with me. I have created a website survey that is in the footer of our site. Obviously the footer is on every page within our site.
There is a link in the footer that opens a very basic include via jQuery toggle. (form.aspx)
Once the form is submitted it is sent to another page that is not using jQuery toggle for processing (processing-form.aspx). Which takes the user away from the page they might be visiting.
What can i do to keep the user experience in tact and not have to process on another page, and redirect back, or make a link "click here to return to the page you were on"..etc..etc...
thanks