UdaraAlwis / GoogleFormsExperiment

Experimenting with Google Forms pages, extracting the page data programmatically and submitting to the rest endpoints..

Home Page:https://theconfuzedsourcecode.wordpress.com/tag/google-forms-hacks/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GoogleFormsExperiment

This is just me playing around with experimenting with Google Forms pages, extracting the page data programmatically and submitting to the rest endpoints..

GoogleFormsSubmitFormData -

Submitting Data to Google Forms programatically using the REST API. Bundle the Form data in a HttpRequest and submit using HttpClient.

GoogleFormsScrapeOffFieldIDs -

Retriving the list of Field IDs of a given Google Form using HTML content scraping. These Field IDs are required for submitting data to Google Forms using REST API.

GoogleFormsLoadFormStructure -

Access the complete Google Form structure skeleton programmatically, consisting Question Field data, Answer Options, Answer Submission IDs, etc.. We are parsing the mystery "FB_PUBLIC_LOAD_DATA_ " script content in the HTML, identifying the unique data structure and mapping it to the data fields that we need to extract.

Blog stories

These little experiements led me to write up the series of blog posts: https://theconfuzedsourcecode.wordpress.com/tag/google-forms-hacks/

Post 4. Programmatically access your complete Google Forms skeleton!

Post 3. SCRIPTfully scrape off your Google Forms Field Ids…

Post 2. You may RESTfully submit to your Google Forms…

Post 1. Let’s auto fill Google Forms with URL parameters…

About

Experimenting with Google Forms pages, extracting the page data programmatically and submitting to the rest endpoints..

https://theconfuzedsourcecode.wordpress.com/tag/google-forms-hacks/

License:GNU General Public License v3.0


Languages

Language:C# 100.0%