michael_1980
07-07-2011, 08:34 AM
Hi All
In my php page, I have two forms. One form has about 50 fields such as textboxes, radio buttons etc.
I have put another form inside this form with 10 values. I have a submit button too.By clicking on the submit button the form need to be submitted into a url.I know we cannot use form inside a form.
any how can I sumit the inner form and post the 10 field values to the action UR
L?>. How jquery can handle this?
In my php page, I have two forms. One form has about 50 fields such as textboxes, radio buttons etc.
I have put another form inside this form with 10 values. I have a submit button too.By clicking on the submit button the form need to be submitted into a url.I know we cannot use form inside a form.
any how can I sumit the inner form and post the 10 field values to the action UR
L?>. How jquery can handle this?