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.
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.
to which place will the mails will be transfered to?
ReplyDeleteHello charan12999 Thanks for your comment all the mails will be transferred to the blog admin's email.
ReplyDeleteHey Rajat! I don't think it will work. Because:
ReplyDelete1) 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