Form submission issue
Hey, trying to figure out some htmx/form problem.
When I submit the form, the page does a full refresh, the input values are appended to URL, and my POST request is not hit on my server. Anyone have ideas on how to resolve/troubleshoot?
Curl works on expected route, the
When I submit the form, the page does a full refresh, the input values are appended to URL, and my POST request is not hit on my server. Anyone have ideas on how to resolve/troubleshoot?
Curl works on expected route, the
hx-post attribute in devtools looks correctSolution
are you sure htmx (from script tag) is loaded on your page?
it would be responible for stopping the default behavior
it would be responible for stopping the default behavior