scripting a google docs form submission

前端 未结 7 1659
时光说笑
时光说笑 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:39

    From your sample code - I've changed a couple of things - firstly the form submission end point / no &ifq needed. Google has probably updated things. View the source of your form and use the form action URL. secondly & critically your form input types didn't include the ids (except for the first one). With these things - the form posted successfully.

    
    
    
    
    
    
    

提交回复
热议问题