Step 1 — Provide form metadata
How to get the metadata
- Open the Google Form you want to pre-fill in your browser.
- Open the browser console (F12 → Console).
- Paste and run:
copy(JSON.stringify(FB_PUBLIC_LOAD_DATA_)) - The metadata is now on your clipboard. Paste it below, or save it to a file and upload it.
Step 2 — Fill in your submissions
Each row is one form submission. Add as many as you like.