A small Astro app that lists and manages Webflow form submissions for a chosen site.
npm install- Copy
.env.exampleto.envand fill inCLIENT_ID/CLIENT_SECRETfrom your Webflow OAuth app. - Set the redirect URL in the Webflow app config to match
REDIRECT_URL(default:http://localhost:4321/callback). - The OAuth app needs the
sites:read,forms:read, andforms:writescopes. npm run devand open http://localhost:4321
Or hey, install via this link: https://webflow.com/dashboard/cloud/deploy?repo=https://github.com/Webflow-Examples/form_submission_viewer