I only want to use HTMX to trigger a POST to a different endpoint inside a form (since nested forms aren’t allowed). I’ve got it working, but I don’t seem to be able to disable it, and have it just do a dumb full-page reload. It’s interfering with my other JS and I don’t want to get into fixing it.
I’m looking for a pure front-end solution, no hacking with custom response headers.