I am writing a simple web that has a form that needs to be validated on server side. After validation, if success, server will redirect to another page, otherwise, there will be an error popup on the current page, keeping all inputted values.
I am thinking of using Ajax but I don't have much experience on this. Please give me some ideas.