Form inside a form is no bueno, but can be handy when building a complex form input component. I got away with this in svelte 4 but svelte 5 is on my case.
Yeah unfortunately this is literally not working in html. I think a way around this could be to put the form outside the other form and use the form property on the button but I can't remember if it worked
Comments