Hi Tom, > I have created an e-mail form and when the customer submits > the form the e-mail comes through with all the information > listed except the "from" which shows a zero. > > <input type="hidden" name="from" value="[EMAIL PROTECTED]">
You say it's an email form... do you have the actual form action tag as a mailto? Like this: <form action="mailto:forms@;example.com"> If so it *might* be - and it's a long shot - that one of the mail programs between the form and you is getting confused between a line in the email that says "From: [EMAIL PROTECTED]" and a real email header. You could try using a different name for the field, which should solve the problem if this is what's happening (also, if this is the problem, you'd probably be able to see your missing info by looking at the full headers of the message you receive). Beyond that I have no idea, but if there's a server-side script handling the form submission, it would be good if you could post the code for it. Cheers Jon ____ � The WDVL Discussion List from WDVL.COM � ____ To Join wdvltalk, Send An Email To: mailto:wdvltalk-join@;lists.wdvl.com Send Your Posts To: [EMAIL PROTECTED] To change subscription settings to the wdvltalk digest version: http://wdvl.internet.com/WDVL/Forum/#sub ________________ http://www.wdvl.com _______________________ You are currently subscribed to wdvltalk as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED]
