Hello, Very simple one today:
SQLFORM(db.CAR_Report, record = CARId , readonly = True, fields = ['Part_Number']) gives me a form showing: Id: 1 Part Number: U5118 Thing is, I don't want the user to see the id field (for good reason), but I can't seem to hide it... Any ideas?

