Embedding a google form in your wordpress post

Nowadays collecting information from people all over the world is made easy by Google docs. Though Google docs you can create a form and then forward the link of that form to emails or share it in Facebook and then all of the information can be collected in the Google database and you can even view the summary of your results in graphical form such as pie charts and bars diagrams.  Furthermore, you can even embed your Google form in your own website. It is very easy. All you have to do is follow these simple steps:

  • First create your form in google drive
  • Now from the top menu select Form and then click Embed form in a webpage. After which you will get a code like this:
<iframe src="https://docs.google.com/forms/d/MyFormKey/viewform?embedded=true"
height="500" 
width="760" 
frameborder="0" 
marginwidth="0" 
marginheight="0"></iframe>

WordPress support documentation for google doc

  • Now simply edit your post and go to html mode and paste anywhere you want the form to appear.

One Comment

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.