Workaround for Netlify Form's Incompatibility with Remix Apps #210
shootyourbricks
started this conversation in
Wishlist
Replies: 1 comment
-
cc @TrySound |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Netlify has a system that detects forms in the html at deploy time and automatically sets up the needed back-end stuff to handle form submissions. It's a great system, but due to the dynamic nature of Remix apps(and the security and anti-spam measures that Netlify has in place), this system doesn't work with WebStudio's dynamic builds (or the static ones, but I'm not entirely sure if it's for the same reason).
However, there's a relatively easy workaround as explained here https://opennext.js.org/netlify/forms#workaround-for-netlify-forms
It would be great if WebStudio could implement this so that it's compatible with Netlify.
P.S. I talked to a Support Engineer at Netlify and they said that Netlify probably won't change the way they are handling forms, so the above workaround is the best bet.
Beta Was this translation helpful? Give feedback.
All reactions