Forum Moderators: phranque
For example. if someone fills out a form on www.example.com I'm not receiving the emails to the specified address in the coding. I've tested out this email address (as well as all addresses at *@www.example.com) and they all seem to work.
Any suggestions? I could really use your expertise!
Thanks
[edited by: Brett_Tabke at 11:30 am (utc) on Oct. 14, 2004]
[edit reason] please no specifics [/edit]
2) Look for the following line in the source code of the page
<form name="form1" method="post" action="">
This is located about forty lines from the end. It appears to be an error and should not exist. The actual form is called Form1 (note the upper case F) and is declared near the top.
There may be other faults - try feeding the page to a validator - [validator.w3.org...]
Kaled.