I'd like to be able to place forms using the editor, ie by switching to its html view and just sticking the form there.
eg
However in use it always submits to itself. The same happens if the form is simply placed in a template too. Since this approach works for a vanilla .NET project, I gather Episerver is at work here? Is there a way around this?
Hello!
I guess that the problem has to do with nested form tags. Have you really made a standard .NET page template with more than one form tag and gotten it to work? If you skip the masterpage/content frame work files and only use one form tag in your aspx file it might work...