I have several fields that the user enters. All fields are in form. By clicking on the send button, I make a POST request to the server. On the server, the data is checked for correctness. Question: how to make it so that if the data is entered incorrectly, the form does not fold? Now my click to "send" reloads the entire page. How to fix it?
UPD In the client code, it is impossible to validate values, for example, captcha.