yes, you cannot use crud because that prcesses the form before returning the form, so before you can modify it. SQLFORM is the way to go.
Massimo On Apr 19, 10:35 am, Jose <[email protected]> wrote: > On 19 abr, 12:17, mdipierro <[email protected]> wrote:> This may be a > bug. Let me look into it. > > I used > form = crud.create(db.table) > > instead of > form = SQLFORM(db.table) > > With form = SQLFORM(db.table) if it works. > > Jose --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

