I have an ASP.Net Page, aspx with its default form.
ASP.Net Page, aspx
I have a Submit Button for it. Upon clicking, it will post the data to itself. In othe
Submit
Similar issue. What a pain.
In the end I've put a form in the master page (this way it isn't inside another form):
Then, in the aspx pages, I use it like this:
Please note that this method allows posting to other domains