|
Forms are not sending to e-mail
Hello,
This is my first post here, seems to be a great and resourceful site!
I just started a new job and my employer is not able to receive submissions from his website: www.bcareaforeclosures.com
I'm not an expert in web design, but I know some basics (really basic by your standards probably). My employer told me that initially the forms were submitting fine and recently it just stopped working.
I should note that he recently switched domain hosts to GoDaddy. But I don't believe any changes were made to the coding so shouldn't it still work correctly?
I checked the following codes and the seems ok:
<input name="submit" TYPE="submit" VALUE="Submit">
<input name="button" type="button" onClick="ResetForm();" value="Clear Form">
and also:
<form name="ReportRequestForm" action="sendeail.php" method="post" onSubmit="return Validate(this);">
and also the email to send to:
<a class='clsEmailLink' href='mailto:REMOVED>REMOVED</a>
Any insight from your experience is really appreciated. 
Last edited by Wired; June 15 '09 at 05:25 PM.
|