You Don't Have Need To Any Contact Form Builder Or Provider.
Here Are The Simple & Easy Step To Do.
This Tutorial Will Teach You How To Create A Very Simple Contact Form For HTML Based Website & Blog.First Of All Create 2 Files:
contactform.html and contact.php.
Then Do As I Say.....
Code for contactform.html:
(Copy Below Text And Paste It On Notepad Then Save It In contactform.html)
<form action="contact.php" method="post" enctype="plain">
Name*:</br>(Copy Below Text And Paste It On Notepad Then Save It In contactform.html)
<form action="contact.php" method="post" enctype="plain">
<input type="text" name="Name" value="Your Name" size="50"/>
</br>
</br>
E-mail*:</br>
<input type="text" name="E-Mail" value="Your E-Mail" size="50"/>
</br>
</br>
Message*:</br>
<textarea type="text" name="Message" rows="10" cols="39" ></textarea>
</br>
</br>
<input type="submit" value="Send" />
<input type="reset" value="Reset" />
</form>
It Looks Like This...........................
Code for contact.php:
(Copy Below Text And Paste It On Notepad Then Save It In contact.php)
No comments:
Post a Comment