1
votes

Is there a way for an HTML form to directly post into a Google Docs spreadsheet? The spreadsheet must not be publically readable or modified by others.

I'd like to do something like:

<form action="https://google-docs-url" method="POST">
     ...
</form>
1

1 Answers

0
votes

It is possible but you must be using Google Sheets API. You will find more details here.