Allow sending a validation requests with user inputs to the backend prior submitting the form.
For example, validate the user input for corectness against custom business logic, and display an error returned from the backend under the text field, without actually submitting the form. This way, the user has a chance to adjust the input, without having to re-submit the entire form with all the values again