In the world of blogging, establishing seamless communication with your audience is paramount. A contact form serves as an indispensable tool, enabling visitors to connect with you, provide valuable feedback, ask questions, or explore potential collaborations. This article aims to walk you through the process of integrating a contact form into your Blogger website using FormSubmit.co—an intuitive and reliable platform designed to simplify form submissions. By leveraging FormSubmit.co, you can effortlessly incorporate a contact form into your Blogger website and ensure a smooth flow of messages from your readers.
Add the form to your Blogger website
- Log in to your Blogger account and go to your website's dashboard.
- Navigate to the page where you want to add the contact form or create a new page.
- In the Blogger editor, switch to the HTML mode.
- Copy the below HTML code and paste it into the HTML editor.
Copy this CSS and Paste it below the HTML
After that just publish this page.
Now create a Thank You! Page
I know you did not get my point. Just follow these step.
- Now create a new page and give the title "Thank You".
- After that copy these below HTML and CSS and paste it inside code editor.
- Now, pubslish this page.
- Copy this page URL and paste it inside the previous HTML code which I give you erlier.
<div class="content">
<div class="wrapper-1">
<div class="wrapper-2">
<h2 class="thank-you">Thank you !</h2>
<p>Thanks for email us.<br> We will reply you very soon.</p>
<a class="button" href="YOUR BLOG URL HERE">Go To Home</a>
</div>
</div>
</div>