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. --

