I wanted to put a "contact" link on my blog that opens a separate html page (contact.html) which is a form that the visitor fills out to contact me, rather than the "mailto" link normally used.
An example of this "in action" is on my other site:
http://www.jonimueller.com/webjones/contact.html
It works perfectly, returning the user to the main page after he/she presses "Submit." (And, of course, I get the e-mail.)
However, I tried implementing this on my blog,
http://www.jonielectric.com/contact.html
and when I press "Submit" the form returns me to the LONG FORM MT SEARCH TEMPLATE. (And the e-mail never comes through.) Somehow the MT Search is interfering with my server's FormMail script? Anyone know?
I know just enough about all of this stuff to be dangerous!!