Sunday, 19 May 2013

How to Add Blogger Contact Form in A Page in Blogger

Posted by Abhishek
Hello Friends this is a new widget that is launched by blogger and you can add it by going to your blogs layouts and then clicking on add a widget and then clicking on more widgets and the first widget there is the contact form.By adding it from there you will be able to add that in your blogger blog's sidebar only.And many of you would not be liking to add this widget to your blogs sidebar because every blogger likes to have a specific page for the contact form instead of putting it on to the sidebar.So today i am going to tell you that how you can add the contact form widget onto a specific page instead of having it to the sidebar.

Advantages of Blogger Official Contact Form



  • Super Fast

  • Sweet & Simple

  • Fast loading

  • Official From Blogger so no chance of bugs.


Adding this widget on to a page


To Add this onto a page first of all you had to add it into your sidebar.To add this widget to sidebar just go to your blogger blog dashboard > Layouts>Add A Gadget > More Gadgets > Contact form and add it inside your blog.

Now go to the template and click on Edit Html and look for ]]></b:skin> and paste below code before it.
#ContactForm1
{
display: none ! important;
}

Now go to your blogger dashboard and click on pages and click on New Page then click on Blank Page.

Now paste the below coding as it is in the html section.

View Coding


Now just publish the page and view this page.That's it friends now the official contact form from blogger is added onto a specific page of your blog.

From the Editors Desk:-


Well Adding this form onto a page was very easy still if you have any problems then do comment below.

4 comments:

  1. to which place will the mails will be transfered to?

    ReplyDelete
  2. Hello charan12999 Thanks for your comment all the mails will be transferred to the blog admin's email.

    ReplyDelete
  3. Hey Rajat! I don't think it will work. Because:

    1) There is no "action" attribute set to form command which is MANDATORY for a form.

    2) There is no "sumbit" button command.

    See what should be there in form so that it works:





    .......

    (at last of form before closing of form)







    Hope that helps! :D

    ReplyDelete