The FormApp
library allows you to programmatically manage Google Forms. You can create, update, and retrieve form data.
-
Create a New Form:
Generate a new Google Form with basic questions. -
Add Short Answer Questions:
Add a short-answer text question to an existing form. -
Add Checkbox Questions:
Add a checkbox question to an existing form. -
Retrieve Form Responses:
Fetch and log responses submitted to the form. -
Delete Questions:
Remove a specific question from the form. -
Enable Email Notifications:
Send an email notification whenever the form receives a response. -
Set Form Status:
Open or close a form for accepting responses. -
Rename Form:
Change the title of an existing form. -
List Questions in a Form:
Retrieve and log all questions from a form. -
Export Responses to Google Sheets:
Save all responses from a form into a spreadsheet.