1
I have a basic HTML form that sends the data through the POST method to the same page, that is, I do Submit to the page itself.
As this page has Javascript actions, after this Ubmit the page reset, happening a refresh, resetting checkbox for example and I would like the choices that the person performed to be maintained.
It is possible to prevent this refresh after clicking the Submit button of the form?
the page will always refresh if the action of your form is for this page. create a JS function to handle the form data.
– Luís Almeida