I have a php form mailer on my site.
When I submit a form, even if i leave the fields blank it returns like this:
Code:
Below is the result of your feedback form. It was submitted on Sunday, September 7th, 2008 at 09:15 AM.
Name:
Email:
Company:
etc.
etc.
Basically it returns the form inputs blank.
However this only happens when I fill out the form. It seems I'm getting business on my site but when people fill out the form it comes back only like this:
Code:
Below is the result of your feedback form. It was submitted on Sunday, September 7th, 2008 at 09:15 AM.
It tells me that a form was submitted but not even the blank form input categories come back. Even when I leave the form blank I can't recreate this.
Does anybody know whats going on or can help me?
Thanks in advance,
Ryan