it's hard to tell without seeing the code in your models, dropdown list in 
form usually come either you set the table field reference to another table 
or you set the table field as string and have validation requires 
IS_IN_SET()
if the table field is reference to another table, it's simply just add the 
item you want to add (ensure the item you set in query in the validation 
requires IS_IN_DB() is fulfilled)
if the table field is string, it's simply just the item in validation 
required IS_IN_SET()

best regards,
stifan

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to