Hello to everyone,
I have created a triple dynamic dropdown, all of them taking values from my database tables using combined SQL queries and of course each dropdown value depending of the previous dropdown selections.
What I need now is based on the last dropdown selection, fill in automatically a textarea box with a value taken again from a database table, using SQL queries.
To be more clear with an example, let’s say that after selecting an article (using my 3rd dropdown box), it must be displayed automatically the long text description of this article, within a textarea box, with this text description being a value of a field, of a table in my database.
I am able to write the SQL queries, and able to populate the dropdown boxes dynamically from my database tables, but I have no idea how to populate the textarea boxes.
As unfortunately I didn’t find any related topic in the forum, could you please help me by indicating me the process how to populate automatically from my database this specific textarea box, after dynamic dropdown selection?
I will appreciate very much any help
Thank you very much, in advance
Ifigenia
I have created a triple dynamic dropdown, all of them taking values from my database tables using combined SQL queries and of course each dropdown value depending of the previous dropdown selections.
What I need now is based on the last dropdown selection, fill in automatically a textarea box with a value taken again from a database table, using SQL queries.
To be more clear with an example, let’s say that after selecting an article (using my 3rd dropdown box), it must be displayed automatically the long text description of this article, within a textarea box, with this text description being a value of a field, of a table in my database.
I am able to write the SQL queries, and able to populate the dropdown boxes dynamically from my database tables, but I have no idea how to populate the textarea boxes.
As unfortunately I didn’t find any related topic in the forum, could you please help me by indicating me the process how to populate automatically from my database this specific textarea box, after dynamic dropdown selection?
I will appreciate very much any help
Thank you very much, in advance
Ifigenia