Hi everyone,
I am working with a SQL database with Dropdownbox.
The dropdown box1 now contains the ID of a record in my recipes table. The dropdown works well, but I would like to show a different text instead of the recipe.ID.
For example, the name of the recipe recipe.name .
I have to keep working with the ID in the database.
Regards