Email form and google sheet

Any way to store form data in googlesheet? Anyone?

Anyone?? Please suggest a solution.

You’ll need to create a custom form action using PHP which uses the Sheets API to populate it with your form data.

Doesn’t look there’s currently a plugin or anything out of the box to do this :frowning:

It will be useful for all. I am ok with small changes if required.

Hi,

Tried my best -

-bash-4.2$ composer require google/apiclient:^2.0
#!/usr/bin/env php
Warning: Composer should be invoked via the CLI version of PHP, not the litespeed SAPI
./composer.json has been updated
Running composer update google/apiclient
Loading composer repositories with package information
Updating dependencies
Nothing to modify in lock file
Installing dependencies from lock file (including require-dev)
Nothing to install, update or remove
Generating autoload files
1 package you are using is looking for funding.
Use the composer fund command to find out more!

But the website starts giving 500 errors due to this plugin. Please help.