Good evening, everyone! I have a question and would like help, tips and more. I have a basic HTML form that sends the data through the POST method to the same page, ie I submit it to the page itself. Since this page has actions in Javascript, after this submit the page resets, a refresh happens, resetting checkbox for example and I would like the choices that the person made were kept. Is it possible to prevent this refresh after clicking the submit button on the form? Thanks in advance