Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Edit google form source while keeping it within the google environment

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.

like image 392
Rijo Simon Avatar asked Jul 09 '12 22:07

Rijo Simon


People also ask

What happens if you edit a Google form?

If you make changes to your form, it will not affect the form link used to collect responses. The link will remain the same. If you make changes to existing questions and answer choices in google forms, it might affect the submitted responses already recorded in google forms.

Can you edit a Google form after creating it?

Even after sharing your form with your users to collect responses, you can change it at any moment. To make changes, open your form in Google Forms and modify or add a new question, section, image, video, and more by selecting an existing question or answer choice.


1 Answers

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.

like image 159
shh Avatar answered Oct 13 '22 16:10

shh