Is this possible?
The ajax form’s purpose is to serve as a selector for the main form.
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.
Forms cannot be nested.
Btw, you don’t need a form for that purpose. Just send AJAX request without any form.
Put a select/set of radio buttons outside the form, assign
onchangehandler and in it do whatever you want. For example – send AJAX query and modify the form.