Linking html form to a google sheet | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Linking html form to a google sheet

Can i store user responses form a html form to google sheet only by using html and java Script. I watched many tutorials and it is showing Google app script codes. I don't know Google app scipt. I only know it is based on JavaScript. So my question is, is there any way to link html form to google sheet only by using java script or should i learn google app script too?

27th Jun 2022, 8:14 PM
Ajmal K saleem
Ajmal K saleem - avatar
2 Answers
+ 3
Hi Ajmal K saleem Yes, and you can do it all with HTML and JavaScript. No need to worry to much about app script code. For this task you only a need a small function to create a webapp. That allows your code to interact with google sheets. The next step is to set up your HTML and JavaScript. I found this video that seems very easy to follow. Please let me know how it goes. https://www.youtube.com/watch?v=VJ3u9Hv97YE
27th Jun 2022, 8:43 PM
Chris Coder
Chris Coder - avatar
0
27th Jun 2022, 8:52 PM
Ajmal K saleem
Ajmal K saleem - avatar