04:34
0

How to contact on website/Blog


This code is put on your website/Blog. And people visit site and like many thing people need this thing on this site/blog. Who contact on this blog/site admin. This code is contact us page.
Put on contact us page on your website&blog

1.  <form  action="" method="POST" enctype="multipart/form-data">
2.      <input type="hidden" name="action" value="submit"/> Your name:<br />
3.      <input name="name" type="text" value="" size="30"/> <br /> Your email:<br />
4.      <input name="email" type="text" value="" size="30"/> <br /> Your message:<br />
5.      <textarea name="message" rows="7" cols="30"> </textarea> <br />
6.      <input type="submit" value="Send email"/>
7.  </form>

0 comments:

Post a Comment