Submit button is not submitting the form after changing the button type – Jquery ajax
After changing my button type to submit it's not submitting the form. Somehow, the AJAX request is not working after that. If I change it to type="button" then it's working, but I want this because required validation is not working…