Hello, I got a form where the user selects a category (which I have the id's as values) and with this selection I can query the database for all the articles that are in that category selected.
But is it possible to update the next select field with the articles from that specific category, with a database query and maybe use javascript to update the select field?
But is it possible to update the next select field with the articles from that specific category, with a database query and maybe use javascript to update the select field?