+ 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?
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
0
Chris Coder thanks