Click to See Complete Forum and Search --> : Can anyone help me with my exhisting form so it sends to my email?


mjhettwer
01-22-2007, 01:26 AM
I have a form on my website that i would like to use but cant figure out how to get it to send to my email @ customersupport@honestbid.net here's the code for it if it helps

thank you

Project Description
: <br>
<select name="select">
<option value="type 1">Project type</option>
<option value="type 2">Flooring</option>
<option value="type 3">Counter Tops</option>
<option value="type 4">Cabinets</option>
<option>Bathroom remodeling</option>
<option>kitchen remodeling</option>
<option>Painting</option>
<option>Drywall</option>
<option>Carpeting</option>
<option>Cleaning/Janitorial</option>
<option>Plumbing</option>
<option>Heating/Cooling</option>
<option>Electrical</option>
<option>Windows</option>
<option>Lighting</option>
<option>Doors/Garage Doors</option>
<option>Siding</option>
<option>Concrete</option>
<option>Landscaping</option>
<option>Irrigation</option>
<option>lawn care</option>
<option>Deck/patios</option>
<option>Security systems</option>
<option>Gutters</option>
<option>Parking lot maintenance</option>
<option>Snow Removal</option>
<option>Framing</option>
</select>
Budget Range:<br>
<select name="select2">
<option value="range 1 $">$0 - $500</option>
<option value="range 2 $">$500 - $1000</option>
<option value="range 3 $">$1000 - $1500</option>
<option value="range 4 $">$1500 - $2000</option>
<option>$2000 - $2500</option>
<option>$2500 - $3000</option>
<option>$3000 and UP</option>
</select>
<br>
Name
: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br>
<input name="textfield" type="text" size="20" maxlength="50">
<br>
&nbsp;Phone #: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br><label>
<input name="textfield2" type="text" size="20" maxlength="20">
<br>
Job Description: <br>
</label>
<textarea name="textfield22" cols="20" rows="2"></textarea>
<br>
&nbsp;
<input name="imageField" type="image" src="images/srchnow.gif" alt="jkn" width="175" height="43" border="0">
<a href="mailto:customersupport@honestbid.net"></a>

Fang
01-22-2007, 02:27 AM
<form action="mailto:customersupport@honestbid.net" method="get" name="form1">
http://www.isolani.co.uk/articles/mailto.html

mjhettwer
01-22-2007, 03:24 AM
i switched it and i couldnt get it to work then it sent me to the page where it said 405 method not allowed i would really appreciate it if i could get this thing working

thank you,

mike

Charles
01-22-2007, 04:24 AM
http://www.webdeveloper.com/forum/showthread.php?t=39991