Relative Content

Tag Archive for htmlgoogle-apps-script

HTML code Form connect to Google Sheet to get results

I have an HTML code form for our website page and want to connect it to Google Sheet to get Data Entry. I followed the instructions multiple times like the sample of the code.gs and made sure to get the correct WEB URL but it’s not working for me at all.

How to disable the button if textarea is empty in google appscript

I want to disable the submit button if the text area is empty. I have initialized the submit button to disable condition and written bellow codes. But after typing text inside text area, it not got enable condition. Below are the codes. I have tried with If…else…condition also