Pretty much there would be an icon on the site. clicking it would bring up a pop up window with following fieds:
- Name
you would then be able to fill out the page and an email would be sent to "email" provided in the "Email" field. The problem is: How do i know what page i'm on so that I can put it in the message? thanks
should contain the current controller and action which you could use. you could also extract other route parameters like:
So this information could be posted to the controller action that is going to send the email:
And the action that will send the email: