Modular Forms with SolidStart
I'm trying to use Modular Forms in my SolidStart application but am unable to get the form to submit. I've had it working before, submitting properly so trying to debug what is causing the issue now. Thank you
3 Replies
What happens instead. Does it just stay on the page, redirect, throws error …?
The form clears, stays on the same page and there is no console output from the
handleSubmit
.Try to remove the method.
You’ll only need this when you add the action as the form attribute action which is not what you would want with modular forms.