This article shows:
1) How to create Google Form using standalone HTML file
2) Fetch data from Google Spreadsheet and populate Select box of the HTML Form
3) Populate second select box based on the value selected from first select box
4) Show result data from spreadsheet on form submit
Basically, we have a spreadsheet that contains exam marks obtained by students of different grades/classes.
– Our spreadsheet contains 3 sheets within it named Grade 1, Grade 2, and Grade 3.
– Each Grade sheet contains symbol number, name of students and marks obtained in ...
↧