Is there any way of put just one submit button for the whole view? adding submit in all rows takes too much space, and if a user change more than one row, which button does he have to push?

This is just to make your module greated; I am using it and it proves very useful to me.

Comments

meba’s picture

The thing is - every row has a separate form. It's not one huge form with a lot of buttons, it's X forms. Therefore I don't think it's even possible.

bitsantos’s picture

If Views Embed Form can't provide a single submit button, is there any other solution out there that can? VBO can but I need my form to accept different values per row in the View which Views Embed Form can do.

mnp’s picture

+1 for one submit button for all rows
this feature is very urgent for me
is there any other way to do like this
please help me
thanks in advance

mnp’s picture

help me please any one

intyms’s picture

subscribing, also interested in this feature

ruphus’s picture

You could submit the forms with AJAX.
Have jquery serialize all the forms into a single array and post it to a callback which could then execute whatever logic you want with the $_POST data.

Not real pretty, but it should do the trick.

meba’s picture

Status: Active » Closed (won't fix)

Maybe you could look into views bulk operations module...