#Remove `_data` from Form Posts
1 messages · Page 1 of 1 (latest)
do you have an example of the error _data is causing? Or really what your specific error is?
If youre looking to hit actions, you need the Form to have an associated method="post", and if you're hitting loaders the Form must serialize its data into the route because Get requests don't accept any request bodies