4
votes

I'm writing a script to autocomplete some fields in a Google Form based on a field that has started to be filled out. For argument's sake, let's say it's address. So when a user fills the form out like so:

form1

And if in a spreadsheet called defaults there is a row with this address:

sheet1

Not only that field is updated, but any other fields that match are, too (like name and email).

Does anyone have any suggestions for me? My research has turned up nothing too useful for this case.

1

1 Answers

2
votes

It's not possible to create an autocomplete field in a live Google Form. You can create a stand alone Apps Script Web App using HTML, CSS, and JavaScript. You could even style it to make it look like a Google Form.