[web2py] Re: choosing radio and submit inputs in view

2016-07-07 Thread lucas
perfect and excellent, it works famously. lucas -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to t

[web2py] Re: choosing radio and submit inputs in view

2016-07-07 Thread Anthony
{{=form.custom.submit.element(_value='Submit')}} or: {{=form.element(_type='submit', _value='Submit')}} In the second example, you can leave out _type if _value uniquely identifies the button among all elements in the form. Anthony On Thursday, July 7, 2016 at 2:52:51 AM UTC-4, lucas wrote: >