hello, When I create a SQLFORM to edit an existing record the ID is displayed in the rendered form. This still happens when I set the fields explicitly because of lines 497-8: if not 'id' in self.fields: self.fields.insert(0, 'id')
I realize that the ID is needed so that SQLFORM knows which record to edit, so is there a way to hide it? thanks, Richard --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py-users" 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 -~----------~----~----~----~------~----~------~--~---

