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>