Is it possible to edit Google Forms to allow data validation and use of some javascript or similar tools on it to give an advanced feel to the form. While making sure that the form isn’t removed from the google environment or atleast is able to feed it’s data to a google spreadsheet.
Share
It is possible to do that but it is not a very “clean” way to do it. You can create a form with Google form and using HtmlService to parse through the html with the link and from there you can add in more html/javascript with it. This trick is possible for now but if there is any changes to Google Form html structure, it will break this.