Hi,
I want to create a field for my panel that contains information from a database. Its a select field. Where do i set database values for it?
Thanks
Hi,
I want to create a field for my panel that contains information from a database. Its a select field. Where do i set database values for it?
Thanks
You would have to create a custom field that accesses the database (or use this plugin: https://github.com/rasteiner/controlledlist). Or you could extract the information from the database with a route that returns the data as JSON and then use the link to this route in the select query.
Thank you! Iām going to check it!
Thanks a lot, @texnixe. That plugin is what i needed.