formmail formatting not displaying
Since I migrated our web server over to Linux from Unix. I started having a problem with a formmail.cgi form. I have over 200 forms and all them are working fine except for this one.
The email results are not showing the formatting (blue lines)and well as it is showing the x y position. The form is emailing correctly
---------------------------------------------------------------------------
Name: test
URL: test
Feedback: test
submit_corp_form.x: 110
submit_corp_form.y: 10
---------------------------------------------------------------------------
I have tried numerous things like adding <input type="hidden" name="mail_options" value="Exclude=x;y" /> between <form></form> which did not make a difference.
What should I be looking for?
|