I've found the way :-) form = SQLFORM.factory( Field(...), table_name=..., submit_button='Your value' )
Thank you On Wed, Sep 7, 2011 at 5:16 PM, Massimiliano <[email protected]> wrote: > Hi all, > > I've a form generated by SQLFORM.factory > > How do I change the Submit value to have a more explicative sentence? > > Is there a way? > > Thank you > -- > Massimiliano > -- Massimiliano

