|
Title: pass all variables from multiple tabs to php Post by: my888 on June 09, 2015, 05:30:50 AM Hi,
I have a form with 3 tabs and I want to pass all input variables from these 3 tabs to a php. I just discover only variables from first tab can be passed to php. Please help? Cheers, Title: Re: pass all variables from multiple tabs to php Post by: stworthy on June 09, 2015, 05:00:52 PM All the form field values can be sent to server by calling the 'submit' method. If your issue continues, please provide an example to demonstrate it.
|