Closed (won't fix)
Project:
Views Embed Form
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
2 Nov 2009 at 15:33 UTC
Updated:
18 Aug 2010 at 10:22 UTC
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
Comment #1
meba commentedThe 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.
Comment #2
bitsantos commentedIf 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.
Comment #3
mnp commented+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
Comment #4
mnp commentedhelp me please any one
Comment #5
intyms commentedsubscribing, also interested in this feature
Comment #6
ruphus commentedYou 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.
Comment #7
meba commentedMaybe you could look into views bulk operations module...