Google Forms on WordPress

AUTOR: Daniel Arias Ruiz-Esquide
When we want to collect user data from our website or allow them, the users, to test their knowledge, Google’s Forms tool is very useful. There are several ways to use a form created in Google Forms on our WordPress page. Next we will expose two of them.

 The first does not need anything more than Google Forms and WordPress. It consists in that we can insert the form, as embedded code, in the HTML code of the post, or page, of our website that we have prepared for it. The steps to do so are the following:
  1.  Create a form on Google Forms. 
  2. Click Send on the top right corner of Google’s page, image 1. 
  3. Select the HTML tab, marked by < >, image 2. 
  4. Copy the HTML code and go to your WordPress post or page. 
  5. Change to the HTML tab of the editor and paste the code wherever you want the form to appear, image 3. 
Image 1. Google Forms menu and Send button.

Image 2. HTML tab of Send form and the form’s HTML code.

Image 3.  HTML tab on the WordPress editor.

The second method requires installing a WordPress plugin, Google Forms by Mike Walsh. To install and use it we can also follow a series of steps. This time we will assume that we already have a form created and we can get your URL in the corresponding tab of the Google Forms menu, image 4.
  1. Search for the plugin on WordPress, download and activate it, images 5 and 6. 
  2. Use the Add New Google Form tab of the new WordPress menu, which appears when activating the plugin, image 7. This takes us to an editor for a new form. We can put the URL in the corresponding field and publish it or continue editing it. 
  3. Now in the Google Forms option of the same menu, image 7, the form we just published will appear along with a Shortcode, similar to: [wpgform id='<ID Google Form>']
  4. Finally choose the post, or page, where you plan to display the form and write the Shortcode, including the brackets. 
Image 4. Link tab of Send form and the form’s URL.
Image 5. Result of search, click Install Now.
Image 6. Result of search, click Activate.
Image 7. Google Forms plugin’s menu with the tabs Google Forms y Add New Google Forms as previously mentioned.

No comments:

Post a Comment