I have a standard aspx page with which I need to add another standard HTML form into and have it submit to another location (external site), however whenever I press the sub
Nested forms are not possible in HTML according to the W3C. You can achieve your intended result using JavaScript or with jQuery as explained by Peter on a blog called My Thoughts.