Hi Leute,
mein Formmailer funzt net. wenn ich es absende, leitet er mich auf google.de weiter aber es kommt keine mail Was is da los ? Liegt als .php aufm server danke
Contact
- Name:
<dt>Phone Number</dt>
<dd><input type="text" name="Phone Number" /></dd>
<dt>E-Mail</dt>
<dd><input type="text" name="E-Mail" /></dd>
<p><big>Property Address</big></p>
<dt>Street</dt>
<dd><input type="text" name="Street" /></dd>
<dt>City</dt>
<dd><input type="text" name="City" /></dd>
<p><big>Payment Status</big></p>
<dt>current</dt>
<dd><input type="radio" name="Payment Status" value="Yes" />Yes <input type="radio" name="Payment Status" value="No" />No</dd>
<dt>behind</dt>
<dd><input type="radio" name="Payment Status" value="Yes" />Yes <input type="radio" name="Payment Status" value="No" />No</dd><dd><input type="text" name="City" />30 60 90 days</dd>
<dt>in foreclosure</dt>
<dd><input type="radio" name="Payment Status" value="Yes" />Yes <input type="radio" name="Payment Status" value="No" />No</dd>
<dt><p><big>Comment:</dt></big></p>
<dd><textarea name="Comment" rows="3" cols="20">Bemerkungen</textarea></dd>
<p>We respond within 24 hours.</p>
<p>If you want to talk to one of our Representatives please call us at 305 491 4492.</p>
<p><small>* Certain restriction may apply, program are subject to qualification. Program may
change without Notice.
</dl>
<!-- Ende der Beispielangaben -->
<p>
<input type="submit" value="Senden" />
<input type="reset" value="Zurücksetzen" />
</p>
</form>
</body>