scripting a google docs form submission

前端 未结 7 1656
时光说笑
时光说笑 2020-12-04 15:46

I\'m trying to create a bookmarklet that parses a page and sends the results to a googledocs spreadsheet via a form that I\'ve defined.

The relevent bit of the scrip

7条回答
  •  星月不相逢
    2020-12-04 16:26

    As of today I could not get the answer marked right to work. I believe google has changed a few things.

    I could get it to work by doing a HTTP POST to https://docs.google.com/forms/d//formResponse

    with form data as entry.645136839= where the big number is obtained from the form field.

提交回复
热议问题