Blogger launched it’s official version of the Contact Form Widget but, it works only on the Blogger Sidebar. If you want to add the contact form to the sidebar, stop reading and refer this tutorial – Contact Form Widget for Blogger SidebarContact Form Widget for Blogger Sidebar. If you don’t want to add the contact form to your Blog’s sidebar but want it to appear on a specific page, then this tutorial will help you out. I didn’t want the contact form to appear every where on my blog. So I have moved it to a separate Contact Me Page
Update 07/01/2015 : This post has been updated so that the contact form works on all forms of Blogger mobile views.
How to move the Blogger Contact Form to a separate Page
Follow the below steps to move the Contact Form to a separate page. If you would like to see a demo, you can check out my Contact page.
- First, add the contact form to your blog sidebar and test it. Make sure that you are receiving emails in your inbox when you click the send button.(This is an optional step)
- Now remove the Contact Form gadget from your sidebar. You can do that on the layout page.
- Now find out the unique blogID of your blog. When can find this blogID on the URL bar of your browser when you are on any page on your blog’s dashboard. This blogID is required to generate the code for the new Contact Form page. The below screenshot explains how you can find out the blogId. Find this number and note it down. This number will be needed to generate code for the contact form.
- Now create a new page in your blog
Copy and edit the below code snippet. Editing the blogId number is mandatory(Use the number which you noted down in step 2)
<script> var blogId = '8694494030520005341';//this number should be mandatorily edited. //The below message 5 Strings can also be edited var contactFormMessageSendingMsg ='Sending...'; var contactFormMessageSentMsg = 'Your message has been sent.'; var contactFormMessageNotSentMsg = 'Message could not be sent. Please try again later.'; var contactFormEmptyMessageMsg ='Message field cannot be empty.'; var contactFormInvalidEmailMsg = 'A valid email is required.' var widgetLoaded=false; function sendEmailMsg() { if(widgetLoaded== false) { _WidgetManager._RegisterWidget('_ContactFormView', new _WidgetInfo('ContactForm1', 'sidebar', null, document.getElementById('ContactForm1'), {'contactFormMessageSendingMsg': contactFormMessageSendingMsg , 'contactFormMessageSentMsg': contactFormMessageSentMsg , 'contactFormMessageNotSentMsg': contactFormMessageNotSentMsg , 'contactFormInvalidEmailMsg': contactFormInvalidEmailMsg , 'contactFormEmptyMessageMsg': contactFormEmptyMessageMsg , 'title': 'Contact Form', 'blogId': blogId, 'contactFormNameMsg': 'Name', 'contactFormEmailMsg': 'Email', 'contactFormMessageMsg': 'Message', 'contactFormSendMsg': 'Send', 'submitUrl': 'https://www.blogger.com/contact-form.do'}, 'displayModeFull')); widgetLoaded=true; document.getElementById('ContactForm1_contact-form-submit').click(); } return true; } </script> <form name='contact-form'> <div>Your Name : </div> <input class='contact-form-name' id='ContactForm1_contact-form-name' name='name' size='30' type='text' value=''/> <div>Your Email: <em>(required)</em></div> <input class='contact-form-email' id='ContactForm1_contact-form-email' name='email' size='30' type='text' value=''/> <div>Your Message: <em>(required)</em></div> <textarea class='contact-form-email-message' id='ContactForm1_contact-form-email-message' name='email-message' rows='5'></textarea> <p></p> <input class='contact-form-button contact-form-button-submit' id='ContactForm1_contact-form-submit' type='button' value='Send' onclick="sendEmailMsg()"/> <div style='text-align: center; max-width: 450px; 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>
While creating the Page, you have to switch to the HTML mode as shown in the image below. Then paste the above code into the post editor(after proper editing), disable the comments and publish your page.
-
Once the page is published, go to this new page fill out the contact form, click on the send button and verify that it sends out the email to all the Blog admins.
FAQ: Frequently asked questions : Contact Form for Blogger
Question #1 : Why should I add a Contact Form?
Adding a contact form will make it easy for your readers to contact you. They don’t have to take the pain of noting down your email address, opening up an email application like Gmail/Hotmail, composing and sending it across to you. Instead they can just come over to your blog, fill in the necessary information in the contact form and just press send. That makes it so easy for them. It’s also useful to the blog administrators as they don’t have to expose their email address on your blog.
Question #2 : Why should I move the contact form to a separate page. Why not have it on the sidebar?
This is more of a personal choice. Another thing to note is that, the regular sidebar contact form doesn’t currently support mobile templates. So if you want the contact form to be supported on mobile templates as well, then it might be a better option to move the blogger contact form to a separate page.
Question #3 : Can we add custom fields to the Blogger Contact Form?
You might have seen this as a ‘No’ on most tutorial websites, but it’s not impossible to add custom fields to the Blogger contact Form. If you are good with JavaScript and HTML, you could add on few more fields to the contact form and then silently format concatenate and dump the content of these fields on to the message field. If there are enough requests for this one, I will consider updating the tutorial with more details on how to do this.
Question #4 : Does the Blogger contact form have any positive or negative impacts on SEO
No
Question #5 : Is the contact form safe from SPAM?
Mostly yes.Blogger has taken enough care to prevent automated comment spam. Buy you can never prevent human spammers!
Question #6 : Where will the contact form messages be delivered to ?
As explained in the tutorial, it will be sent out to the email addresses of all blog administrators.
Question #7 : Contact Form says that the message has been sent, but I didn’t receive it.
There are few reports that even when the contact form displays something along the lines of "Your message has been sent", the message doesn’t get delivered on some blogs. If you get this kind of an error, report the same to Google. The best place to contact them would be the Official Blogger Product Forums though you have to go through Blogger’s community moderators who can escalate it to Blogger folks. Please let us know as well in case we will be able to help.
Superb stuff....., man
ReplyDeleteI definitely try this.......
thanks for sharing I have added today this to my blog.
DeleteMy contact form added, and it's says sending, but it never does......Can anyone help.
DeleteGreat post. After searching 5 hours now I have got the real trick to applying Blogger official widget to Blogger pages.
ReplyDeletewhat is it?
DeleteHow long can it take to get an email from the contact form??? i havent got the email yet and its been almost 10 mins since i sent it
DeleteThank you for this.
ReplyDeleteI will also try it in my blog.
Ty!
ReplyDeleteThanks a lot man .....I have added it on my blog. With this my blog has completely turned into a professional blog
ReplyDeleteWow, I did it! Thank you so much.
ReplyDeleteMy blog - charmesanwrites.blogspot.com.au - looks so much better for adding the contact form as its own page!
tnx yr
ReplyDeleteHow can I change the color of the 'send' button?
ReplyDeleteAdd the below CSS to Template Designer > Advanced > Add CSS
Deletecontact-form-button-submit {
background-color: #4d90fe;
background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));
background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
background-image: linear-gradient(top,#4d90fe,#4787ed);
border-color: #3079ed;
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');
}
.contact-form-button-submit:hover {
background-color: #000;
background-image: -webkit-gradient(linear,left top,left bottom,from(#000),to(#000));
background-image: -webkit-linear-gradient(top,#000,#000);
background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
background-image: -ms-linear-gradient(top,#000,#000);
background-image: -o-linear-gradient(top,#4d90fe,#357ae8);
background-image: linear-gradient(top,#4d90fe,#357ae8);
border-color: #2f5bb7;
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#357ae8');
}
The second part is for styling the button when someone hovers the mouse over it.You will have to change the hex color codes to change the color
i followed all the steps, but it didnt show on my blog after publishing it
Deleteworks a treat. Thankyou
ReplyDeletedoes not work, i have problem with permalink page, wont show !
ReplyDeleteWow !! That worked like Charm
ReplyDeleteSee on my Blog.
Thank you! It seems good... :)
ReplyDeleteJan
May I know where is the email sending to? Or did I missed out any configuration step to set up my email address ? Cause I had tried many times but yet didn't received any of them in my mailbox.
ReplyDeleteThere's no need any configuration though. Please check it again, all emails are sent from google (not from "as we stated at email field"
DeleteIt really awesome and simple, not confusing yet i ever seen,
ReplyDeleteHi - Great tip, thank you
ReplyDeleteCan you edit the code so that it emails a different email address?
You can't amend the email address by editing code. If you want the email to be sent out to another address, add that email as an Admin of your blog.
DeleteAdd a new author from Settings > Basic > Add Authors.Once the author accepts the invitation, mark him as admin. All admins will be copied in the emails sent via the contact form
I have followed the instructions and have the contact box now in a "Page", however the widget outline is still showing where I originally placed it, albeit empty. How do I get rid of that box?
ReplyDeleteGo to Template > Customize > Advanced > Add CSS
Deleteadd the below CSS there, and click Apply to Blog
#ContactForm1 {display:none;}
Can't find the contactform1 in my blog
ReplyDeleteI have the same issue.
ReplyDeletehttp://werksman.blogspot.nl/
It's on the bottom right of the page.
Go to Template > Customize > Advanced > Add CSS
Deleteadd the below CSS there, and click Apply to Blog
#ContactForm1 {display:none;}
This was so helpful and easy to follow!
ReplyDeleteThank you!
I love you bro.
ReplyDeletehm, when I try to click "send" nothing happens.
ReplyDeleteadd it to your blog and let me know so that I can have a look it where it's failing
Deletesame, I try to click send, but nothing happens :(
Deletehttp://stillibelieve.blogspot.com/p/contact.html
same, I try to click send, i am not getting any mail msgs to my admin mail,
Deletehttp://crudecalci.blogspot.in/p/join-hands-with-fastest-growing.html
ok, did it work for you in step 1 - i.e on your sidebar?
DeleteThis is great thanks !
ReplyDeleteits possible to add image verification to prevent from spam, and adding extra field like phone number, select one of the choice from drop down menu? etc..
ReplyDeleteThank you sooo much for sharing this mate!
ReplyDeleteAny ideas how to change the size of the whole form?
Thanks in advance!
xxx
Fantastic! Thanks so much!
ReplyDeleteI was able to add it to the page, but when I tried to edit the HTML, the contact form didn't come up under the widgits. I tried testing the contact form and it will not send when I added it to the page. Is there any way you could help me trouble-shoot this?
ReplyDeleteI have the same problem. Did you find a way to fix it?
Deletethe issue is that you missed step 1 :-). You have to first add the contact form widget to your blog's sidebar.
Deleteany way the width of the textarea could be increased? adding cols=' px' in the textarea attribute doesn't seem to work!
ReplyDeletethank you so much
ReplyDeleteThank you for good Info..Really helpfull...
ReplyDeleteyahoooooooo!!!! contact page added and working nicely ....
ReplyDeletethank you so much!!!
I was able to add it to the page, but when I tried to edit the HTML, the contact form didn't come up under the widgits. I tried testing the contact form and it will not send when I added it to the page. Is there any way you could help me trouble-shoot this?
ReplyDeleteAwesome! Thank you!
ReplyDeleteThanks for posting this, worked beautifully. Only issue is the send button won't get below the textarea.
ReplyDeletethat seems to be something specific to your blog and we can help sorting it out if you provide your Contact Page URL
DeleteAneesh, the form looks great! I am having a similar issue as Shivam. I can't find ContactForm1, and my send button does not send.
DeleteThank you, that was exactly what I was looking for :D I'm new to blogger, but I hope I'll make the best of it.
ReplyDeleteCheers!
Thank you! Works great for my blog, aoesage.blogspot.com
ReplyDeleteHi,
ReplyDeleteAs I just commented on your previous post that demonstrated how to add the contact Page in the sidebar and I mentioned some of the problems that, My send button is not triggering also there is no space between the words in the main message box..
with lot of work I have come to the conclusion that it is probably due the dynamic layout I am using on my blog.... Please correct if I m wrong also suggest me if there is some solution to this..
Regards
I also have the same problem. If you find a solution to it, do let me know. Thanks!
Deletehi, is it possible to change the error and success messages? If i click on the submit button, i will get my custom alert like "please enter a correct email. thank you." instead of "A valid email address is required.". I am sure there is a way around? Thanks.
ReplyDeleteHi, Thank you for the information, very helpful. However, I cannot find the 'main b:includable' in the ContactForm1 HTML, Im searching for it endlessly, but its definately not there. Did I do something wrong?
ReplyDeletepress anywhere within the template editor and use Ctrl + F. This will give you the search option. Try searching for contact-form-widget and you will find it.
DeleteHello, the send button in my contact form is not working. This is the link to my Blog :
ReplyDeletehttp://scrube.blogspot.in/
Awesome :)
ReplyDeleteThanks for sharing Mate!!!
thanks that was helpful i applied in my blog
ReplyDeletehttp://your-pts.blogspot.com/
Super easy to follow instructions. Thanks for the help!
ReplyDeleteNichole from http://thewallpaperedrooster.blogspot.com/
I applied it to my site now. and it's work, thanks.
ReplyDeletehttp://searchdomainhosting.blogspot.com
Hello,
ReplyDeleteIt worked like a charm. Really helpful post. Thanks,
http://SharePoint-works.blogspot.com
I tried it but the links to the different pages (Home, Contact) are gone. Any ideas? Thanks in advance!
ReplyDeleteit's great post, thks
ReplyDeleteThnks a tonn i could add it. I need one more help can you please help me to create table of content link to my blog in pages am unable to do so. I want to have link within my blog
ReplyDeletecreate a new page after referring to http://www.bloggerplugins.org/2009/07/table-of-contents-widget-for-blogger.html
DeleteHi
ReplyDeleteIt worked! Too easy to follow your clear instruction. Thank a lot.
This my first blog
http://createownopportunities.blogspot.com
Very nice. I had the same issue as at least one person above, and that is: it didn't appear in my widget drop down when editing template HTML. You allude to a solution near the end.
ReplyDeleteSolution:
Go to Layout > Add a Gadget > More Gadgets > Contact Form
Contact form is now on all pages, and it will work, then your post succinctly describes the process of removing it from all but the Contact Me page.
This was so easy! Thank you!
ReplyDeleteThanks so much. Was using kontactr.com but for some reason it stopped working. Googled "blogger contact form" found this and it was an easy step-by-step process that now works like a charm. Awesome stuff.
ReplyDeleteThank you so so so much!
ReplyDeletenice stuff
ReplyDeleteawesome, thanks!
ReplyDeleteWnderful post.I am successful with your commands.But I think one think you have skipped that is to select Show pages as :top tabs while publishing the new pages.Please also include this.Because some times people who have little knowledge they will fal in victim.Tahnk you.You are invited to my blog submitmysites.blogspot.com
ReplyDeleteIt looks great! Thanks for the help with this, but the send button does not work/trigger. Any suggestions?
ReplyDeletehttp://stillibelieve.blogspot.com/p/contact.html
I've followed your directions but now when I click on the Contact page, and my other page, the right sidebar disappears from my blog completely. Help???? mypixfairy dot com
ReplyDeleteJust wanted to update: my theme was the problem. Your directions worked fine and my separate contact form page is great now!
DeleteThanks alot man !! You are a saviour. Check out
ReplyDeletehttp://wild-clicks.blogspot.in/p/contact-us_6.html
Thank you so much! Great stuff and a huge help!
ReplyDeletehttp://spicypinkinspirations.blogspot.com/
NICE STUFF SUPERB WORK DUDE THANKS A TON FOR TIPS & TRICKS
ReplyDeleteThank you so much...I just did it, and it's work!
ReplyDeleteThank i will try this on my blog then replay you
ReplyDeleteMy blog is http://sky eel.blogspot.com
Can I get some help? I have tried editing the code to get it out of my sidebar but it doesn't work. :/
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteThankyou!
ReplyDeleteNice tutorial, it works.
ReplyDeleteMerci mille fois ! Tu m'as sauve la vie !
ReplyDeleteMerci mille fois! Tu m'as sauve la vie
ReplyDeletenice post bro
ReplyDeletevery nice and easy thanks so much. but how can i register my domain? and please facebook comment is very impotant too. is there any easy way to add a facebook comment.
ReplyDeleteNice job!
ReplyDeleteDo you know how to chance the width of the big text box? I would like to get it about 400-500 px..
Thank you
thanks a lot.I will use this instruction to make contact form for my blog
ReplyDeletewww.Laptopcoolingpadhq.blogspot.in
Thanks so much! Your instructions were clear and easy to follow and it worked perfectly!
ReplyDeleteThanks! This tutorial is awesome!
ReplyDeleteExcellent tutorial!!!!!
ReplyDeleteThank you. Work like a charm!
ReplyDeleteExcelente tutorial!!
ReplyDeleteFunciona como eu queria, perfeito.
Obrigado.
Thank you for your simple directions. I'm new to Blogger and your tutorials are the best I've seen so far! XO
ReplyDeleteI did this and it worked, but now I don't see my tabs text. Before I turned tabs background to black and text to white by adding HTNL to CSS . Do you know how I can fix that?
ReplyDeleteThanks :)
ReplyDeleteThank you, clear, even for me and I did it:)
ReplyDeleteI love u, what a post. It helps me a lot. So many many Thanks.........
ReplyDeleteWhenever I click Jump to Widget there is no "Contact Form". Any ideas why?
ReplyDeletebecause you did not follow step 1 :-)
DeleteHow to put this form in the centre ? It is actually in the left corner. Please help. and also wants to pur send button in the new line, next to the your message box. Can someone help me ?
ReplyDeleteHi I've just tried and checked this several times but its not working the form gets applied to my contact page but doesn't work when i click send. nothing happens.
ReplyDeletehttp://stephenmayall.blogspot.com.au/
any ideas?
THANK YOU!!! Uh you made that so much easier! <33333
ReplyDeleteOkay great post, i will do it now. :)
ReplyDeleteThis trick was a life saver !
ReplyDeleteThank you so much for this ! :)
Awsome trick thanks admin for posting this awsome and amazing trick..$$$$$$$$
ReplyDeletethis was working, but after doing that I got one error on template page, which disabled all editing features of template tab. error was below:
ReplyDeleteWe're sorry, but we were unable to complete your request.
When reporting this error to Blogger Support or on the Blogger Help Group, please:
•Describe what you were doing when you got this error.
•Provide the following error code.
bX-42gu1e
i dd it and it works but the width of contact form not 100% then what to do.
ReplyDeletehow to make page of conatact us form in blogger
ReplyDeleteUpdate: Having installed a Contact Form as per your instructions I then found it wasn't working (see previous Post) and that the edited code had disappeared and there was no Contact Form widget at all in the Html code. Since then I reinstalled the Contact Form widget on the Home page and repeated the edit you suggest. It's now working again. But it occurs to me that maybe Google periodically scour Blogs automatically for this patchwork and delete it?
ReplyDeleteI don't think Google periodically removes this patch from your template. Anyway I have updated the tutorial in such a way that you don't need to do template edits any more. The new solution will work on mobile templates as well(more details are there in my reply to Amanda's query over here). Please try out the updated tutorial and let me know how it goes.
DeleteHi,
ReplyDeleteThis works great for desktop templates but I can't get it to work for any mobile device templates. In the comments above it seems like others have the same problem - the "send" button doesn't work on mobile devices with a mobile template.
It does work when "show desktop templates on mobile devices" is chosen but I would prefer not to do that.
Any advice?
Hi Amanda,
DeleteThanks for pointing that out. The old tutorial doesn't work on blogger's mobile templates as they don't register/display the sidebar gadgets which is essential for the send button to work.I have updated the tutorial so that it supports mobile views by registering the widget in an alternate way. The steps are slightly different but not too complex. You can even customize few of the messages which are used by the Widget. Please let me know how it goes.
It worked! Thanks very much, you are amazing.
Deletethat's great!
DeleteThank you for this! It worked great on my site!
ReplyDeletethat's great! you have got an awesome blog there :-)
DeleteNot able to do.
ReplyDeleteif you could tell me where you are facing the issue, I can try to help
Deletehow do i get contact form code...pls
ReplyDeletethe contact form code is made available in the tutorial, you can copy it and edit it as required. Did that answer your question?
DeleteI'm trying to implement it to my blogs. It works on my Blogger blog but doesn't work on any of my blogs on custom domain.
ReplyDelete1. I tried to send several messages with the widget installed in the sidebar but it was never delivered though I got the confirmation that the message has been sent.
2. As soon as I delete the widget (step 2.) it is gone from the template too.
I would appreciate if you could have a look at the blog. Thank you.
There were issues with custom domain contact forms. We had reported it to the Blogger team and they are looking into it. So hopefully your issue might have been solved by now. Can you retry please and let us know?
DeleteYes, it works now in the sidebar and on separate page as well. Thank you Aneesh for this great tutorial and for the fix too.
Deleteglad that it helped :-)
DeleteI Have added the new blogger contact form and on submitting it shows that the message is sent but is not delivered to my email address.
ReplyDeletewere you trying it out on a custom domain blog? There were issues with custom domain contact forms. We had reported it to the Blogger team and they are looking into it. So hopefully your issue might have been solved by now. Can you retry please and let us know.
DeleteThank you
ReplyDeleteIt is helpful i got it thanks
ReplyDeletemilion tq..
ReplyDeleteI'm running on a custom domain. The copied and pasted code only works for me when the widget itself is installed and active on my blog. When I remove the widget, the code for the Contact page stops working.
ReplyDeleteI'm an author, and I want the page. Not the widget on my sidebar.
It didn't work because you had used the wrong blogId. I have emailed you more details :)
DeleteGreat tutorial!
ReplyDeleteHowever, I came across one issue - although I am able to View the Contact Page from the Dashboard, I don't see the tab in the top navigation bar.
Could you please help out?
Thanks!
Ok, I figured it out, and it now appears as a separate page, but the mails don't get sent! :(
ReplyDeleteok, did it work for you in step 1 - i.e on your sidebar?
DeleteOh, I hadn't checked then as it was mentioned optional. Will do it asap.
DeleteHi Aneesh,
ReplyDeleteDo you know how I get rid of the beige lines below the 'Send' button? Don't know where these came from. The only code in use for this page is what you provided.
Will this be in the CSS section again?
http://boriordanportfolio.blogspot.com/p/contact-me_30.html
In your page's HTML, change
Delete<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>
to
<p class='contact-form-error-message' id='ContactForm1_contact-form-error-message' style='padding:0px'></p>
<p class='contact-form-success-message' id='ContactForm1_contact-form-success-message' style='padding:0px'></p>
That should get rid of those 2 lines.
This worked a treat Aneesh. Thank you very much for your help.
DeleteAnyway to change the color of the send button?
ReplyDeleteThis comment has some details on how to change the hover color. You can edit the CSS snippet to get it working as you want -
DeleteCode is not working fine.. send button and i can't write in text boxes..
ReplyDeleteGreat tutorial. I'm on my way to connecting with my viewers now, thanks to this.
ReplyDeleteFantastic! Thank you so very much. Excellent instructions and illustrations.
ReplyDeleteHi Aneesh,
ReplyDeleteGreat tutorial, thank you very much. Have you any idea how I can centre the contact form now its on its own page? It's left justified right now.
Thanks,
Hannah
change
Delete<form name='contact-form'>
to
<form name='contact-form' style='text-align:center'>
Your contact page has a really really long URL ending with something like "p/var-blogid-869449nnnnnnnn41this.html" . I think it came up because you didn't initially set the page title. If you want to get rid of that, you can delete the page and create a fresh one with the same content with title set to "Contact".
Please let me know if you have more queries :-)
Awesome! Thanks :)
ReplyDeleteYAY! The first tutorial that worked for my blog! THANK YOU SO MUCH!!! :)
ReplyDeleteThank you very much.It worked :)
ReplyDeleteThanks! i added it successfully! :)
ReplyDeleteI added it but the "send" button doesn't send (while I tried on the sidebar and it did). Any idea of what I can have done wrong?
ReplyDeleteThank you so much for this tutorial, I really really admire you :)
It works great!
ReplyDeleteThanks.
Hi . PLS hellp me. Why when another people send me email in my inbox don;t have a mesage :(
ReplyDeleteA nice and functional piece of code.
ReplyDeleteJust used the code in my blog......nicely done..... Thank you so much
ReplyDeleteThnx..it was helpful..
ReplyDeleteWorked great! Thanks!
ReplyDeleteThis has been majorly helpful - thanks a million...had a little play with the code to expand on size (no joy - YET haha) x
ReplyDeleteAfter getting the Contact Form I am not receiving the messages sent to my Gmail pls help
ReplyDeleteyou rock!
ReplyDeletethanks!
If you are still around, I would be interested in a way to submit the contents of another form through the hidden contact widget. I have a customer project query form that I want to implement without using a third party email service.
ReplyDeleteI would need to copy all fields in the query form to the message body of the contact widget, then the email address at least would need to be copied across as well before submitting the contact form. I have some slight familiarity with jquery / javascript but not enough to find the solution myself easily. Any thoughts or suggestions?
Thanks for your awesome tutorial. Here is my blog http://3wtechnology.blogspot.com/ where I use your tricks.
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteHow to Add Phone number in Contact us form?
ReplyDeleteThank you!!!
ReplyDeleteThank you! This worked :)
ReplyDeleteThank you! So much easier than using Google docs. Works perfect.
ReplyDeleteThank you, thank you, THANK YOU! I have been searching for this and couldn't get it to work with directions from other sites. They all said I had to add the contact bar to my blog sidebar and then hide it. Well, I couldn't get it to be hidden from their directions. Maybe it was outdated information?? Anyway, your tutorial worked perfectly and it is in a new page on my blog. Hooray!
ReplyDeletei place this on my blog, but when i tested this with a message, i've not received the message what i sent. Where do these message go. Help me
ReplyDeleteIs there any way to add custom field in blogger contact form ??
ReplyDeletethanks dear
ReplyDeleteThank you for the Great post. It works well in my blog.
ReplyDeleteVery helpful article for me. Thank you so much for sharing with us. Waiting for another one.
ReplyDeleteThis was a very helpful post! I've just started to teach myself HTML and CSS. I'm also a new blogger. This was easy to follow and I was able to add a message before the contact widget in the html.
ReplyDeleteThank you! <3
ReplyDeleteDone with this! Awesome! Muchas Gracias!
ReplyDeleteMine keeps on going with the "sending" part. What did I do wrong?
ReplyDeleteOf all tut i have visited....this work perfectly...
ReplyDeleteLove this site so much its wrkng perfectly...
ReplyDeleteof all blog tutorial have visited guys you deserve credit..good clean job
ReplyDeleteIt's too small :( how to large more?
ReplyDeleteThank you!
ReplyDeleteEasy to follow instructions and exactly what I needed. Thank you!
ReplyDeleteTHanks Man Again And Again
ReplyDeleteVery educative blog post, I appreciate
ReplyDeletesuperb <3
ReplyDeleteBrilliant, works, and is stable (not always the case with contact forms)!
ReplyDeleteThanks a lot.
THANK YOU!
ReplyDeletethis is what i'm looking for, thanks man!
ReplyDeleteQuick question. When I preview my contact page, everything looks fine. When I publish it, the page comes up as my home page, not the contact page. What am I doing wrong?
ReplyDeleteHi i've tried and followed the steps, it works, submitting receiving comments..
ReplyDeletebut what makes the send button moved to the right instead of being center?
thanks man!
ReplyDeleteVery nice.. Thanks
ReplyDelete