[web2py] Re: one form multiple submits

2019-04-17 Thread Dave S
On Tuesday, April 16, 2019 at 6:46:52 PM UTC-7, Dave S wrote: > > > > On Tuesday, April 16, 2019 at 2:56:53 PM UTC-7, Ben Lawrence wrote: >> >> The _value is the word that appears inside the button on the web-page. It >> seems "Working..." is the value in form.vars where the key is _name. >> >> re

[web2py] Re: one form multiple submits

2019-04-16 Thread Dave S
On Tuesday, April 16, 2019 at 2:56:53 PM UTC-7, Ben Lawrence wrote: > > The _value is the word that appears inside the button on the web-page. It > seems "Working..." is the value in form.vars where the key is _name. > > regards > Ben > All the other buttons show up in form.vars as well? I'd h

[web2py] Re: one form multiple submits

2019-04-16 Thread Ben Lawrence
The _value is the word that appears inside the button on the web-page. It seems "Working..." is the value in form.vars where the key is _name. regards Ben On Thursday, April 11, 2019 at 3:20:23 PM UTC-7, Dave S wrote: > > > > On Thursday, April 11, 2019 at 10:03:34 AM UTC-7, Ben Lawrence wrote:

[web2py] Re: one form multiple submits

2019-04-11 Thread Dave S
On Thursday, April 11, 2019 at 10:03:34 AM UTC-7, Ben Lawrence wrote: > > HI > I have a form with multiple submit buttons. It works. > > But to me it seems like a kludge. Is there a better way? > > Here is the controller where dictlist is just a list of dictionaries with > 'name' and 'id' > So t