I have employee form and I need to submit details using ajax,
and I made submitForm method in controller, and this controller return Employee Form page and this page has other extra fields for employee,
So this is what i have done,
So i need to know how to submit form using ajax, and i dont want use json as response boby , is it possible ?