I've spent ages trying to hack around getting a contour form into a jquery popup. Anyway I'm almost there now, but the submit button doesn't submit the form!
Take the same form and place it on the body of the page outside the popup and it works.
to me it seems like the form renders outside your asp.net form tag. Make sure it renders inside your form tag with name aspnet and it should solve the problem.
Form in Jquery popup
I've spent ages trying to hack around getting a contour form into a jquery popup. Anyway I'm almost there now, but the submit button doesn't submit the form!
Take the same form and place it on the body of the page outside the popup and it works.
Any ideas?
http://www.sportsleaders.org/content-top/testpbm2.aspx
Hi there,
to me it seems like the form renders outside your asp.net form tag. Make sure it renders inside your form tag with name aspnet and it should solve the problem.
hth,
Harald
As above ^
However, for something like this, you could also look at opening an iFrame on your popup?
And then you can create seperate templates to deal for these requests.
is working on a reply...