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
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.