How To Add A New Contact Form In Blogger Blog In A Satic Page Without Using The any third party service
Adding A Contact Form To Your Blogger Static Page.
Just Two Steps Process Done.
<form name="contact-form">
<p></p>
Your Name:<br />
<input class="contact-form-name" id="ContactForm1_contact-form-name" name="name" size="30" value="" type="text" />
<p></p>
Your Email:
<span style="font-weight: bolder;color:red;">*</span><br />
<input class="contact-form-email" id="ContactForm1_contact-form-email" name="email" size="30" value="" type="text" />
<p></p>
Your Message: <span style="font-weight: bolder;color:red;">*</span><br />
<textarea class="contact-form-email-message" id="ContactForm1_contact-form-email-message" name="email-message" cols="25" rows="5"></textarea>
<p></p>
<input class="contact-form-button contact-form-button-submit" id="ContactForm1_contact-form-submit" value="Send" type="button" />
<p></p>
<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>
➽ Strep 2
Just Two Steps Process Done.
- Add A Contact Form
- Add HTML Code In A Blogger Static Page To Show The Contact Form
- Create a new page / Or have already made pages
- Select your HTML Options
- Copy the HTML code then past this code there
- I am here put this code
- Then save the page
<form name="contact-form">
<p></p>
Your Name:<br />
<input class="contact-form-name" id="ContactForm1_contact-form-name" name="name" size="30" value="" type="text" />
<p></p>
Your Email:
<span style="font-weight: bolder;color:red;">*</span><br />
<input class="contact-form-email" id="ContactForm1_contact-form-email" name="email" size="30" value="" type="text" />
<p></p>
Your Message: <span style="font-weight: bolder;color:red;">*</span><br />
<textarea class="contact-form-email-message" id="ContactForm1_contact-form-email-message" name="email-message" cols="25" rows="5"></textarea>
<p></p>
<input class="contact-form-button contact-form-button-submit" id="ContactForm1_contact-form-submit" value="Send" type="button" />
<p></p>
<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>
➽ Strep 2
I am here a video prof just follow this.
আসাকরি সবার কাজে আসবে এই Video টা কারন আমি জানি অনেকেই Contact Form এই Options টা নিইয়ে Problem এ আছে । তার বিতরে আমি নিজে এই জন এই Problem এ ছিলাম অনেক চেন্সতট্টার পর সমাধান পেয়েছি তাই আপনাদের সাথে Share করলাম । আসা করি আপনাদের উপগারে আসবে । আপনাধের কাছে Requst থাকল যদি ভালো লাগে তাহনে Like / Comments / Share করবেন।
No comments