<div class=’form’>
<!– Custom Contact Form By EWT Starts –>
<form name=’contact-form’>
<!– Name Field –>
<input class=’contact-form-name’ id=’ContactForm1_contact-form-name’ name=’name’ value=”Name” size=’30’ type=’text’ onblur=’if (this.value == "") {this.value = "Name";}’ onfocus=’if (this.value == "Name") {this.value = "";}’ />
<p></p>
<!– Email ID Field –>
<input class=’contact-form-email’ id=’ContactForm1_contact-form-email’ name=’email’ value=”Email ID” size=’30’ type=’text’ onblur=’if (this.value == "") {this.value = "Email ID";}’ onfocus=’if (this.value == "Email ID") {this.value = "";}’/>
<p></p>
<!– Message Field –>
<textarea class=’contact-form-email-message’ id=’ContactForm1_contact-form-email-message’ name=’email-message’ value=’Leave Your Message..’ onblur=’if (this.value == "") {this.value = "Leave Your Message..";}’ onfocus=’if (this.value == "Leave Your Message..") {this.value = "";}’></textarea>
<p></p>
<!– Clear Button –>
<input class=’contact-form-button contact-form-button-submit EWT-button-color’ type=’reset’ value=’Clear’/>
<!– Send Button –>
<input class=’contact-form-button contact-form-button-submit EWT-button-color’ id=’ContactForm1_contact-form-submit’ type=’button’ value=’Send’/>
<p></p>
<!– Validation –>
<div style=’text-align: center; max-width: 222px; width: 100%’>
<p class=’contact-form-error-message’ id=’ContactForm1_contact-form-error-message’></p>
<p class=’contact-form-success-message’ id=’ContactForm1_contact-form-success-message’></p>
</div>
</form>
<!– Custom Contact Form By EWT Ends –>
</div>
5. Don’t switch to Compose Mode of your Blogger Editor else the code will get messed up due to your Editor settings. Save and Publish your Page.
Your contact page is now viz… but if you wish to add the form to your sidebar or post then simply follow these steps:
Viz….