Change HTTP request method of useForm
Here's a snippet of my code:
How do I make it so that clicking the save button on this form makes a
How do I make it so that clicking the save button on this form makes a
PUT request instead of PATCH?