Next.js site with static forms plugin
I have a Next.js site deployed on Pages and have a
Any ideas on what else I can try?
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?