I have a yearbook application where users have to enter their details on registration. One such field is 'university'. I want the university to be chosen from a drop-down menu containing all universities in the database (like when using the validator IS_IN_DB()), with the option to enter the university name if the university does not exist in the database.This should appear in the user/register form. How do I implement this in web2py?
Please note: I am very new to web2py.
There is nothing built in to web2py to handle this case, but you might get some inspiration from these recipes: