Skip to content

Commit ff7a390

Browse files
committed
Save instructions to create prefilled google forms
1 parent 87db48e commit ff7a390

2 files changed

Lines changed: 23 additions & 0 deletions

File tree

content/google_workspace/_index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
+++
2+
title = "Google Workspace"
3+
weight = 475
4+
sort_by = "title"
5+
transparent = true
6+
+++

content/google_workspace/forms.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
+++
2+
title = "Google Forms"
3+
date = 2025-11-16
4+
taxonomies = { tags = ["Google Workspace"] }
5+
extra = { series = "Google Workspace" }
6+
+++
7+
8+
# Pre-fill Google Forms with Answers from Google Sheets
9+
10+
Source: <https://www.youtube.com/watch?v=vcEju__MPtw>
11+
12+
I don't add much here to what is in the video but I decided to add this article for ease of future reference and to provide a provide concise way to follow the steps without needing to re-watch the video.
13+
14+
1. In the three dot menu in the top right select `Pre-fill form`
15+
2. Fill in unique "search keys" to be replaced then click `Get link` then click the `COPY LINK` button that appears at the bottom.
16+
3. Pick a cell in your Google Sheet to store the template link and paste there
17+
4. Use nested calls to the [`SUBSTITUTE`](https://support.google.com/docs/answer/3094215) function to replace each "search key" from above

0 commit comments

Comments
 (0)