Hi guys, We have seen how to make contact us form by using Google Drive in my last article. Now in this article we will see how to add it bloggers blog. If you are directly came to this article I suggest you to please read this article - How to make a Contact us form for blog and website by using Google Drive.
HOW TO LINK GOOGLE DRIVE FORM TO YOUR BLOG
First go to Google Drive and copy the link of your contact form by clicking on View live form.
Now go to your blog dashboard → Pages → and create New page.
Give page title as "Contact Us" and click on HTML view.
Now add iframe tag and insert your form link in src attribute as shown in below code. Don't forget to add "?embedded=true" after your link.
<iframe frameborder="0" marginheight="0"
marginwidth="0" width="630px" height="700px"
src="Your_Form_Link?embedded=true"></iframe>
Now take the review of your page. If you are comfortable with width and size then publish your page.
That's it guys. I hope this will helpful for you. Thank you!
Comments
Post a Comment