Breaking

शुक्रवार, 25 जून 2021

Blogger Contact Form | Contact Form for Blogger HTML Code

We will try our best to provide you the best and easiest way in blogging. This is very useful content for blogger, it will help you to add contact form in your blogging website.
Let us now learn how to create a custom contact form, which we will create in the easiest way.

Step1: After Login into your blogger dashboard Click on Layout and then “Add a Gadget” link on the page Sidebar.

Contact us page for blogger, How to create contact us page in blogger, How to add custom blogger contact form, How to add custom blogger contact page, Custom blogger contact form, Contact form for blogger html code

Step2: After click on the “Add a Gadget” then down the scroll and choose the “Contact Form” Gadget.
Contact us page for blogger, How to create contact us page in blogger, How to add custom blogger contact form, How to add custom blogger contact page, Custom blogger contact form, Contact form for blogger html code

The "Configure Contact Form" slide will open.

Contact us page for blogger, How to create contact us page in blogger, How to add custom blogger contact form, How to add custom blogger contact page, Custom blogger contact form, Contact form for blogger html code

Step3: “Contact Form” Rename into “Contact Us”, and Click on the “Save” Button.

Contact us page for blogger, How to create contact us page in blogger, How to add custom blogger contact form, How to add custom blogger contact page, Custom blogger contact form, Contact form for blogger html code

Contact us page for blogger, How to create contact us page in blogger, How to add custom blogger contact form, How to add custom blogger contact page, Custom blogger contact form, Contact form for blogger html code

Now “Contact Us” Gadget/Form is ready for Contact.

Contact us page for blogger, How to create contact us page in blogger, How to add custom blogger contact form, How to add custom blogger contact page, Custom blogger contact form, Contact form for blogger html code

Step4: Refresh You Website you will see Contact Us Form is Ready for contact.

Contact us page for blogger, How to create contact us page in blogger, How to add custom blogger contact form, How to add custom blogger contact page, Custom blogger contact form, Contact form for blogger html code
Contact us page for blogger, How to create contact us page in blogger, How to add custom blogger contact form, How to add custom blogger contact page, Custom blogger contact form, Contact form for blogger html code

Hide Blogger Contact Form from sidebar

Step 1: Go to “Theme”, click on the Customize Arrow, and click on the “Edit HTML” Button.

Contact us page for blogger, How to create contact us page in blogger, How to add custom blogger contact form, How to add custom blogger contact page, Custom blogger contact form, Contact form for blogger html code

Step 2: Now the code editor will open, click anywhere inside the code area and press the Ctrl + F key for open the Search Box.

 Contact us page for blogger, How to create contact us page in blogger, How to add custom blogger contact form, How to add custom blogger contact page, Custom blogger contact form, Contact form for blogger html code

Contact us page for blogger, How to create contact us page in blogger, How to add custom blogger contact form, How to add custom blogger contact page, Custom blogger contact form, Contact form for blogger html code

Step 3: Paste the following tag inside the Search Box, and Press the "Enter" key for find it.

]]></b:skin>

Contact us page for blogger, How to create contact us page in blogger, How to add custom blogger contact form, How to add custom blogger contact page, Custom blogger contact form, Contact form for blogger html code

 
Step 4: Just above the ]]></b:skin> tag, add the given below code.

#ContactForm1{display: none !important;}

Contact us page for blogger, How to create contact us page in blogger, How to add custom blogger contact form, How to add custom blogger contact page, Custom blogger contact form, Contact form for blogger html code

Step 5: Click the "Save Template" Button on the upper right side and refresh the website, now you will see "Contact Form" is remove.

Contact us page for blogger, How to create contact us page in blogger, How to add custom blogger contact form, How to add custom blogger contact page, Custom blogger contact form, Contact form for blogger html code


Create a Custom Blogger Contact Form in a Static Page

Finally, now we enabled the functionality of the contact form, let’s add a custom contact form in our Blogger blog.

Step1: Go to “pages” and click on the “New page” button.

Contact us page for blogger, How to create contact us page in blogger, How to add custom blogger contact form, How to add custom blogger contact page, Custom blogger contact form, Contact form for blogger html code

Now creation form will open.

Contact us page for blogger, How to create contact us page in blogger, How to add custom blogger contact form, How to add custom blogger contact page, Custom blogger contact form, Contact form for blogger html code

Step2: Click on HTML View and paste the code below, and also give the title of the page. 

Contact us page for blogger, How to create contact us page in blogger, How to add custom blogger contact form, How to add custom blogger contact page, Custom blogger contact form, Contact form for blogger html code

Contact us page for blogger, How to create contact us page in blogger, How to add custom blogger contact form, How to add custom blogger contact page, Custom blogger contact form, Contact form for blogger html code
Contact us page for blogger, How to create contact us page in blogger, How to add custom blogger contact form, How to add custom blogger contact page, Custom blogger contact form, Contact form for blogger html code


<div class="widget ContactForm" id="ContactForm22"><div class="contact-form-widget"><h2 class="ribbon"><strong class="ribbon-content">Contact By Email</strong></h2><div class="form"><form name="contact-form"><div class="contactf-name">Your name:<input class="contact-form-name" id="ContactForm1_contact-form-name" name="Name" onblur="if (this.value == &quot;&quot;) {this.value = &quot;Name&quot;;}" onfocus="if (this.value == &quot;Name&quot;) {this.value = &quot;&quot;;}" size="30" type="text" value="Name" /></div><div class="contactf-email">E-mail address *:<input class="contact-form-email" id="ContactForm1_contact-form-email" name="E-mail address" onblur="if (this.value == &quot;&quot;) {this.value = &quot;E-mail address&quot;;}" onfocus="if (this.value == &quot;E-mail address&quot;) {this.value = &quot;&quot;;}" size="30" type="text" value="E-mail address" /></div><div style="clear: both;"></div><div class="contactf-message">Message *:<textarea class="contact-form-email-message" cols="25" id="ContactForm1_contact-form-email-message" name="Type your message here..." onblur="if (this.value == &quot;&quot;) {this.value = &quot;Type your message here...&quot;;}" onfocus="if (this.value == &quot;Type your message here...&quot;) {this.value = &quot;&quot;;}" rows="5" value="Type your message here..."></textarea><input class="contact-form-button contact-form-button-submit" id="ContactForm1_contact-form-submit" type="button" value="SEND MESSAGE" /><div class="contact-form-error-message" id="ContactForm1_contact-form-error-message"></div><div class="contact-form-success-message" id="ContactForm1_contact-form-success-message"></div></div></form></div></div></div>

Step3: Publish the Contact page.

Contact us page for blogger, How to create contact us page in blogger, How to add custom blogger contact form, How to add custom blogger contact page, Custom blogger contact form, Contact form for blogger html code

Click on Page View, and View the page, now Contact page will successfully have added in your website.

Contact us page for blogger, How to create contact us page in blogger, How to add custom blogger contact form, How to add custom blogger contact page, Custom blogger contact form, Contact form for blogger html code

I think, this is very useful content for blogger, it must have helped you to add contact form in your blogging website.

कोई टिप्पणी नहीं:

एक टिप्पणी भेजें