Im new to ZF. Im struggling to implement a AJAX form submission using Jquery, can somebody point me to a good tutorial explaining the same (something which works on ZF 1.10.+)
Thanks in advance!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I will explain how I have implemented Ajax submission using jQuery in Zend Framework.
You have to build your form like the following.
Add the submit like the one shown above.
cancels actual submission of form.
In your AjaxController.php,
Try the above and let me know if you have any issues.