Is there any way to submit multiple forms using ajax ?
for eg form id=”form1″ and form id=”form2″
both the forms will be submitted separately as needed.
to be more specific i am using this for my form submission.
thanks
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.
Sure:
after having AJAXified them of course:
UPDATE:
After your update it seem that you are using the
jquery form plugin. In this case you could force the AJAX submission by invoking theajaxSubmitmethod on the 2 forms like this: