Google Form Filler

Paste form metadata, fill out the table (one row per submission), and generate pre-filled Google Form URLs.

Step 1 — Provide form metadata

How to get the metadata
  1. Open the Google Form you want to pre-fill in your browser.
  2. Open the browser console (F12 → Console).
  3. Paste and run:
    copy(JSON.stringify(FB_PUBLIC_LOAD_DATA_))
  4. The metadata is now on your clipboard. Paste it below, or save it to a file and upload it.