Skip to content

Google Forms

Google Forms is a survey administration app that is part of the Google Drive office suite along with Google Docs, Google Sheets, and Google Slides. It allows users to create custom forms for surveys and questionnaires at no cost. The collected information is automatically connected to a spreadsheet. The spreadsheet is populated with the survey and quiz responses to facilitate data analysis.

Key features of Google Forms:

  • Customizable Forms: Users can build a form with a simple interface, adding questions and selecting response formats such as multiple choice, drop-downs, or short answers.
  • Templates: There are various templates available for common forms like RSVPs, quizzes, and feedback surveys, which can be customized as needed.
  • Real-time Response Information: As soon as participants submit their responses, the data is immediately available for review.
  • Automatic Summaries: Google Forms provides automatic summaries of all responses with graphs and charts.
  • Collaborative Editing: Multiple people can work on the same form at the same time, much like other tools in the Google Drive suite.
  • Integration with Google Sheets: All responses can be viewed in real-time in a Google Sheet and are neatly organized, allowing for further analysis and data manipulation.
  • Quizzes: Forms can be set up as quizzes, with automatic grading and feedback for respondents.
  • Branching and Skip Logic: Based on answers, you can direct respondents to different questions or pages, controlling the flow of the survey.
  • File Uploads: You can allow respondents to upload files with their responses, which is useful for applications like job submissions or assignments.
  • Accessibility: Google Forms are accessible through any web browser and are mobile-friendly, allowing respondents to easily fill out a form on a smartphone or tablet.
  • Security and Privacy: Forms can be made public or restricted to certain users, and Google's security measures help protect the data collected.
  • Customizable Themes: Users can choose different colors, fonts, and images to match the theme of the form with the topic or company branding.
  • Data Validation: For certain types of questions, like email addresses or numbers, you can set criteria that the answers must meet to be accepted.

Google Forms is widely used in education for quizzes and surveys, in businesses for feedback, registration, and event planning, and by individuals who need to gather information in an organized and efficient manner. It is favoured for its simplicity, ease of use, and integration with other Google services.

Trigger:

New form responses: Triggers when a new form response is submitted.

Connect with Google Forms:

  1. Log in to your Google account.

  2. Go to API Library in Google Cloud console. Google-Forms_01.jpg

  3. Click the Select a project drop-down menu at the top of the page, and click the New Project button. Google-Forms_02.jpg Enter a name for your project and click the Create button. Google-Forms_03.jpg

    TIP

    In case you've already connected another Google service using the same API skip the following steps and proceed to step 8.

  4. Go to API Library in Google Cloud console.

  5. Search for People API in the search bar and click on it. Google-Forms_04.jpg

  6. Click on Google People API in the list. Google-Forms_05.jpg

  7. Click the Enable button to enable the API. Google-Forms_06.jpg

  8. Repeat steps 5, 5, 6, and 7 for the Google Forms API. Google-Forms_08.jpg Google-Forms_09.jpg Google-Forms_10.jpg

  9. Go to OAuth consent screen in the Google Cloud Console.

  10. Select External to start your app in testing mode at first. Click the Create button. Google-Forms_11.jpg

  11. Fill in App Name, User Support Email, and Developer Contact Information. Click the Save and Continue button. Google-Forms_12.jpg

  12. Skip adding or removing scopes and click the Save and Continue button. Google-Forms_13.jpg

  13. Click the Add Users button and add a test e-mail address since only test users can access the app while the publishing status is set to "Testing". Google-Forms_14.jpg

  14. Enter an e-mail address and click the Add button in the Add User window.

    WARNING

    Make sure to use the same e-mail address you're logged into Google with as the test user e-mail address.

    Google-Forms_15.jpg

  15. Click the Save and Continue button to complete the configuration of the consent screen. Google-Forms_17.jpg

  16. Go to Credentials.

  17. Click the Create Credentials button and select the OAuth client ID option. Google-Forms_17.jpg

  18. Select the application type as Web application. Google-Forms_18.jpg

  19. Fill in the Name field. Google-Forms_19.jpg

  20. Go to Mation and navigate to My Apps and Add a new connection choosing Google Forms from the list. Google-Forms_20.jpg

  21. Copy the OAuth Redirect URL. Google-Forms_21.jpg

  22. Go back to Google Cloud Console and click the Add URI button in the Authorized redirect URIs section. Google-Forms_22.jpg

  23. Paste the OAuth Redirect URL into the Authorized redirect URIs field and click the Create button. Google-Forms_23.jpg

  24. Copy the Your Client ID value from the following popup and paste it into the Client ID field on Mation. Google-Forms_24.jpg

  25. Copy the Your Client Secret value from the same popup and paste it into the Client Secret field on Mation. Google-Forms_25.jpg

  26. Click the Submit button on Mation.

  27. A pop-up window appears. Select your Google account in the pop-up window. Google-Forms_26.jpg

  28. Click the Continue button. Google-Forms_27.jpg

  29. Check the Select all checkbox. Google-Forms_28.jpg

  30. Scroll down to the bottom of the pop-up window and click the Continue button.

  31. Your Google Forms connection is now established. Google-Forms_29.jpg

  32. Start using your new Google Forms connection with Mation.