Is it possible to implement mailto: function on submit button like ? I use ASP.NET MVC. Maybe there is some tricky c
mailto:
In HTML you can specify a mailto: address in the element's [action] attribute.
[action]
What this will do is allow the user's email client to create an email prepopulated with the fields in the .
What this will not do is send an email.