DeveloperGuidelines = Frequently Asked Questions = == Select Element for Users == By: Robby O'Connor[[BR]] Date: 2010-05-21[[BR]] To have a field displayed as a select element which has the names of the users in the database: {{{ ..requires = IS_NULL_OR(IS_IN_DB(db,db.auth_user.id,lambda id : shn_user_represent(db.auth_user.id))) }}} DeveloperGuidelines