Solved
Issue with embedding a Forms 2.0 form in an aspx page
Our CMS is ASP.NET based, and thus renders an aspx page as a webform.
The issue I'm having is that Forms 2.0 forms don't display.
I'm guessing this has something to do with the fact that the embed code contains a <form> tag, which is within the asp.net <form> tag (and thus creating a nested form - that isn't allowed).
Note: if I change the embed code to show as a lightbox it will show. But that isn't really an option for our site.
Had anyone else run into this issue?
Any suggestions as to how I might get around it?
Thanks heaps.
The issue I'm having is that Forms 2.0 forms don't display.
I'm guessing this has something to do with the fact that the embed code contains a <form> tag, which is within the asp.net <form> tag (and thus creating a nested form - that isn't allowed).
Note: if I change the embed code to show as a lightbox it will show. But that isn't really an option for our site.
Had anyone else run into this issue?
Any suggestions as to how I might get around it?
Thanks heaps.