Php Contact form
Posted: Sat Nov 20, 2010 1:22 pm
I have this html contact form:-
"""'''''''
<form action="submitted.html" method="post">
<input name="textfield" type="text" class="inp" id="textfield" />
<input name="textfield2" type="text" class="inp" id="textfield2" />
<input name="textfield3" type="text" class="inp" id="textfield3" />
<input name="textfield4" type="text" class="inp" id="textfield4" />
<textarea name="textarea" cols="45" rows="5" class="inp" id="textarea"></textarea>
<input name="textfield5" type="text" class="inp" id="textfield5" />
<input type="image" name="submit" src="images/submit.jpg" width="45" height="20" />
</form>
"""'''''''
I want that when user clicks on the 'submit' button, all info goes to my email address.
Please help me. I tried googling it but all codes I found are too tricky for me.
Your help will be highly appreciated.
Thank you in advance.
"""'''''''
<form action="submitted.html" method="post">
<input name="textfield" type="text" class="inp" id="textfield" />
<input name="textfield2" type="text" class="inp" id="textfield2" />
<input name="textfield3" type="text" class="inp" id="textfield3" />
<input name="textfield4" type="text" class="inp" id="textfield4" />
<textarea name="textarea" cols="45" rows="5" class="inp" id="textarea"></textarea>
<input name="textfield5" type="text" class="inp" id="textfield5" />
<input type="image" name="submit" src="images/submit.jpg" width="45" height="20" />
</form>
"""'''''''
I want that when user clicks on the 'submit' button, all info goes to my email address.
Please help me. I tried googling it but all codes I found are too tricky for me.
Your help will be highly appreciated.
Thank you in advance.