You Don't Have Need To Any Contact Form Builder Or Provider.
Here Are The Simple & Easy Step To Do.
First Of All Create 2 Files:
contactform.html and contact.php.
Code for FORM:
(Copy Below Text And Paste It On Your contactform.html )
(Copy Below Text And Paste It On HTML Section Of Blogger Post)
Code for PHP:
(Copy Below Text And Paste It On Your contactform.html )
(Copy Below Text And Paste It On HTML Section Of Blogger Post)
<form action="contact.php" method="post" enctype="plain">
Name*:</br>
<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>
Name*:</br>
<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>
Code for PHP:
(Copy Below Text And Paste It On Notepad Then Save It In contact.php)
(And Upload It To Your FTP Server)
(And Upload It To Your FTP Server)
Features:
1.) There Is No Third Part Contact Form.
2.) Speed Up Loading Times.
3.) There Is No Limit Of Receiving Contact Form Data.
Customization:
1.) First Change All Red Text As You Want But Keeps Them Same Wording And Same Capitalization Of Letter.
2.) Change Blue Text As You Want, They Are A POP Up Confirmation News After Click On Send Button.
3.) Yellow Highlighted Text Is So Important To Change, Change It Your E-Mail In Which You Want Receive This E-Mail.
4.) Change Pink Text If You Want, It Will Appear On E-Mail Subject.
0 comments:
Post a Comment