Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
If I'm not mistaken, then browsers handle the standard post or get form submission event with a request, without using ajax.
in addition, this feature must be enabled in the browser,
as a rule, they rely on the name fields of the input tags
Remove the form tag, remove the id from the fields, put name="", add autocomplete="off" and process submission only through JS.
Example: codepen.io/copist/pen/pyjdXR
Still doesn't always work.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question