code-forge-io / code-forge-io/remix-hook-form
?index appended to form action
Open
- Dominant language
- TypeScript
- Stars
- 453
- Forks
- 43
- PR merge metrics
- No merged PRs in 30d
Description
If I don't specify a form action, the action is assumed to the current path + `?index`, eg: `/join?index`, but the form submission works and the correct action is called.
If I do specify the form action as the current path, eg: `/join`, and submit, I get `405 Method Not Allowed`..
What am I missing here?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.