Top "Google-forms" questions

Questions related to interacting programmatically with the Google Forms service.

How to extract response items from a Google Form

I have made a form to capture 2 data. Email address. Group which user wants to subscribe to. Each group has …

google-apps-script google-sheets google-forms
Use App Scripts to open form and make a selection

To put this briefly I am testing a Google drive form that will record votes for a school election to …

security google-apps-script google-forms penetration-testing
How to get form values in the submit event handler?

I'm trying to get started with a very simple Google Form containing just a couple of questions (a multiple choice …

google-apps-script google-forms
How to create custom theme for Google Form?

I wanted an embed Google Form in my website so i grabbed embed code and pasted it in my page. &…

html css iframe google-forms
Google Form output to remote MySQL database

I have a Google Form I created. I have a website with a remote MySQL database. I would like to …

mysql google-apps-script google-apps google-forms
Using Android to submit to a Google Spreadsheet Form

First time asking a question here. Usually I can find my answer without having to ask, but this time I'm …

android post spreadsheet google-forms
Google-Forms response with Python?

I'm trying to write a Python-Script which makes it possible to submit responses in Google-Forms like this one: https://docs.…

python google-forms
Regex to validate Full name having atleast four characters

I want to use regex to validate names. The names must contain, first name, middle name, last name (not necessarily …

regex validation google-forms
Use a Google Forms to update existing Google Sheets

I'm trying to build a Google Forms that fills out certain cells of an existing Google Sheets with the responses …

forms google-apps-script google-sheets google-forms
Is it possible to populate a google form from a google spreadsheet?

I'd like to create a form that uses the data from the spreadsheet, so that it's dynamic. Is it possible …

google-apps-script google-sheets google-forms