
Welcome! On the SEOMAX blog, in this moment, I will explain how you can add a responsive contact form page to Blogger Blogspot blog.
If you are using a custom theme on your blog, you must first remove the contact form CSS code from your blog theme, which you can remove using the blog edit theme option.
Once you remove the existing contact form CSS code from your blog, you can add a beautiful contact form page to your blog by following these steps.
What Is the Contact Form Page?
A contact form page is a web page used to allow website visitors to contact the site owner or those responsible for maintaining it.How to add contact form page to blogger blog?
The first step is to add the contact form CSS code to the blog theme, and this CSS code describes how the design elements of the contact form page will appear on the screen.
Go to Blogger Dashboard > Theme menu > And then click Edit HTML.
Add below contact form CSS code before </head>.
Now the step is to add below javascript code before </body>.
Before adding this JavaScript code to your blog theme, change all the blog ID code 83714644554453554635465621 in this JavaScript code with your blog ID and also change this URL //example.blogspot.com/ to your blog URL.
<form name="contact-form">
<div class="formcolumn1">
<input id="ContactForm1_contact-form-name" name="name" placeholder="Name" size="30" type="text" value="" />
</div>
<div class="formcolumn2">
<input id="ContactForm1_contact-form-email" name="email" placeholder="Email *" size="30" type="text" value="" />
</div>
<div class="formcolumn3">
<textarea style='position:relative;overflow:hidden' cols="25" id="ContactForm1_contact-form-email-message" name="email-message" placeholder="Message *" rows="7"></textarea>
</div>
<div class="formcolumn4">
<input class="ripplelink" id="ContactForm1_contact-form-submit" type="button" value="Send Now" />
</div>
<br />
<div style="max-width: 100%; text-align: center; width: 100%;">
<div id="ContactForm1_contact-form-error-message">
</div>
<div id="ContactForm1_contact-form-success-message">
</div>
</div>
</form>
When you've added the JavaScript code to your blog theme, click the Save Theme button.
The last step is to go back to the Blogger Dashboard > Page Menu > And then click the New Page button.
Type the page title "Contact Us" or whatever you want and switch the page to HTML View and add the below code to this blank page.
After adding the code, click the Options menu in Page Settings on the right side of the page, select "Don't allow, hide existing" and Publish Click the Done button

Now that the contact form page is created on your blog, you can now link this page to the contact link in the menu.
Download & Demo Link of this Contact Form Page.
Thanks you to all the visitors from this website for your successful read of this page All Content.
Comments
Post a Comment