i suspect there are a couple of options here, though i encourage you to 
think carefully before implementing them (i assume that there is good 
reason why forms still work the way they do).

 - you can create a button with an onclick action that will collect data 
from various input fields and post it to the server in one or more AJAX 
calls
 - sure you can create one large form, but you'll need to carefully name 
all the input fields so that you know what is what.

On Saturday, November 3, 2012 7:44:06 AM UTC-7, Lamps902 wrote:
>
> I have a grid in which I'd like to put a form between each column 
> header/label. Is it possible to submit and pass the data from all of these 
> forms with a single submit button? Tried a couple of jquery solutions, but 
> it wasn't quite working out.
>
> Alternatively, is it possible to make a single form and split its input 
> fields among the column headers?
>
> Thanks.
>

-- 



Reply via email to