Retrieving values from QuerySelectField and send to database – python
Basically I’m trying to send the form data from a queryselectfield to the database. The problem I am having is I can’t seem to find a way to format the data so as not to show both the object name and the actual object value.
From a table called company, I retrieve the three values stored in the table; Company A, Company B, Company C.