wilburpowery
CDCloudflare Developers
•Created by wilburpowery on 7/12/2024 in #pages-help
Next.js site with static forms plugin
I have a Next.js site deployed on Pages and have a
functions/_middleware.ts
file with the static forms plugin configured but, none of my forms on any page seem to be getting intercepted by it. When I submit a form, it does a regular GET request and just pushes all the form data into the URL.
Any ideas on what else I can try?2 replies