Robert Dailey wrote: > On Oct 28, 2:47 pm, Robert Dailey <[EMAIL PROTECTED]> wrote: > >> On Oct 28, 11:17 am, Steve Holden <[EMAIL PROTECTED]> wrote: >> [...] >> >> I'm have some more questions for you if you don't mind. When I add a >> note, now there is a combo box with a list of users to choose from. I >> would like for this combo box to not be visible and for it to >> automatically choose the user submitting the note (The user currently >> logged in). Is there a way to do this? >> > > Bump > > Any ideas on this? > As Barbara suggested you should look at adding your own save() method to the form, but you will also want to tag the field as non-editable by adding editable=False to the field declaration. That way it shouldn't appear in the form either.
regards Steve --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---