file-spreadsheetGoogle Sheets integration

Save form submissions directly in Google Sheets.

Google Sheets integration
circle-info

Please watch the video above to learn how to get started with the Google Sheets integration.

Apps script code

The following is the script for the integration:

Spam protection with Google reCAPTCHA

To use Google reCAPTCHA with the apps script, add your site's reCAPTCHA secret key in this line:

After that, save and deploy again to add spam protection.

File uploads

For file uploads, set the sendFilesAsBase64 option to true during instantiation:

Save in a different sheet

Set the postSheetName form setting to the name of the sheet where you want to save the submissions:

Generates the following Markdown-like syntax:

Last updated