0
vcampos2000 created
What is the best method to add a contact form to the ASP.NET Boilerplate using the Single Page Web Application (AngularJS) and .Net Entity Framework?
I am using the MVC method but unsure if there is a better way to add a contact form to it.
Any advice is greatly appreciated. Thank you.
1 Answer(s)
-
0
Contact form is added to public sites (which does not require login) normally. It's really depends on your needs. And this is a trival thing, I don't think there is a best practice. MVC page/action seems fine.