Contact form not emailing if filename = contact.htm?

Hi,

I have spent hours trying to work out what is wrong with a contact form after a server move. In the end I have working code when using a test file name but the real file name (contact.htm) won’t give me any emails. It gets through to the formmail OK but just won’t send to the inbox.

For now I have setup a redirect but I am confused. Is this some security thing?

edit

Hang on it’s working, ignore me but something is amiss!

Before talking about the security, I suspect that to where your contact form is submitted. You should submit the form to a server side script file i.e. PHP. Can we see your htm page and the script where you have submitted the form so that we can say something why your htm form is not working.