Jquery – How to add form validation to a modal in ASP.NET MVC?
I need to create a form in a modal which has a required field. The user must only be allowed to submit the form once the required field is filled and if it is empty an error message must be…