Next.js Discord

Discord Forum

page refreshes on form submit, what could be the reason

Answered
American Chinchilla posted this in #help-forum
Open in Discord
Avatar
American ChinchillaOP
basically after i submit a form page fully refreshes so i cant really even check if there is an error cause console clears
Answered by James4u
event.preventDefault();
try this?
View full answer

5 Replies

Avatar
Yakutian Laika
what does your code look? in html that's the form's default behavior
Avatar
American ChinchillaOP
i just have <form> and i pass onSubmit to it, how can i stop that behaviour
Avatar
event.preventDefault();
try this?
Answer
Avatar
American ChinchillaOP
yea i did thanks
Avatar
nice! feel free to mark solution if it worked 🙂