Hi, > Are you sure you want the form readonly? Yes
> What if you remove readonly? The 'None' changes into drop down with ids or whatever is in the format argument of the field. > If you want readonly you do not need accepts Good point, changed. It does not help with the main problem. I also have another use case, where form is used on the confirmation screen. Kind of "are you really sure ..." All fields are made read only with db.table.filed.writable=False. The references are also rendered as None. Cheers, Pawel

