Asp.net: Error submitting form

I have an ASP.NET application that uses routes and I can’t get the form to submit. I’m getting a POST error in the console of:
http://mydomain/[object%20HTMLInputElement] 404 (Not Found)

Am I missing a route for the form, or what? I couldn’t see anywhere to define that.

Community Page
Last updated: