Currently, I have a table that has a field that represents a different
table in my database (ex: Field('thing', db.thing)). If I make a crud
form of the table that has a field referring to a foreign table, I am
able to select items from the second table in a drop down menu. Is
there a way I can tell the crud form to let the user create an item
from the second table, instead of displaying a drop down?

Reply via email to