Topic: Pathetic, I know... (Page 1 of 1) |
|
---|---|
Obsessive-Compulsive (I) Inmate From: |
posted 06-18-2003 22:21
I have an ongoing war with email forms. I always check my code a thousand times, and yet they never seem to work. Once I did it right, but the server erased that file, and so I'm still lost. I just wrote this latest form from scratch -- it is just a simple form that submits via email -- and it keeps sending blank emails! |
Bipolar (III) Inmate From: |
posted 06-19-2003 00:06
Let me start by saying your code is a bloody mess. You'll have less trouble troubleshooting if you have clean code. Your head element is nested within your body element. You're using a tag that doesn't even exist (<left> ). You're not closing your tags...a mess. code: <html>
|
Obsessive-Compulsive (I) Inmate From: |
posted 06-19-2003 14:46
Thanks ever so much mobrul -- I know much of the code is awful -- much of it wasn't mine to begin with, my client wanted the look exactly the same as it had been, and this is such a dreary site that I've been going along with them... I know that credit cards via mail are bad, my client is insisting on that option, though I am still trying to change their mind. Not to mention the fact that the bloody server doesn't allow php or cgi... Arghh! |
Obsessive-Compulsive (I) Inmate From: |
posted 06-19-2003 22:04
Just wanted to say thanks again I've talked my client into letting me use a secure form host server... Once I put the form up there and just changed the action (sent to the server instead of via email) the form itself actually worked great! |