PROTOTYPE VIEW — sample data, editable in this browser only. See the note at the bottom of this page for what's needed to wire up real, shared data.
Submission & Release Tracker
Community story submissions and signed media releases, tracked separately.
Contributor
Platform
History
Latest submission
Product
Opt-in
Status
Notes
Actions
Signer
Context
Date signed
Signature
Status
Notes
Actions
How this prototype view works. The public forms (Share a Story and Sign a Release) submit live to Netlify Forms as two separate forms — ugc-submission and release-form — as soon as this site is deployed. Submissions and signed releases (including uploaded media and captured signatures) show up in your Netlify dashboard automatically.
This tracker page is a visual prototype: the rows above are sample data, and edits/deletes you make here are saved only in this browser's local storage, not shared across devices or team members. To make it real and multi-user: connect a Netlify Function (or Airtable/Supabase/Google Sheets) that receives each Netlify Forms submission via webhook, stores it in a shared database, and powers this page's reads, edits, and deletes against that database instead. Happy to help wire that up as a next step.