I am trying to insert an HTML form into a blog post (blogspot.com) that allows the viewer to:
1. write their name
2. write their e-mail address
And send the message with nothing else. No e-mail client; nothing.
I tried using such an instant e-mail form and the HTML was accepted in blogspot, but when I attempted to use the form to send a message it was denied. It stated "HTTP 405 Method Not Allowed." Is there another way to receive a message from an anonymous viewer or to bypass the 405 error? This is the form I tried using: http://www.javascriptsearch.com/scripts/
Forms/multi_emailer.html
Help please?