Hi all,
I want to create a "form", that will allow me to select an "article" and show it on a page.
(I am using Chronoforms 4)
Until now, I have created a form with two select comboboxes.
The first select, has a set of predefined entries (sources). When the user selects a value, the values of the second form change according to the selection (I have added a "Dynamic Dropdown - OnChange", which calls a custom event, which queries the database and returns the appropriated values for the second combobox).
The form can be seen here: http://www.ellogon.org/itest/index.php/el/proionta/dokimastikes-ekdoseis/opinionbuster-el
My question is: how to proceed?
I want when the selection changes in the second select, to have a second AJAX event to the database, and show the results of the query below the form.
Is there a "recommended" way to do it?
(Something like the "dynamic dropdown", but fill a div instead of a select input...)
I want to create a "form", that will allow me to select an "article" and show it on a page.
(I am using Chronoforms 4)
Until now, I have created a form with two select comboboxes.
The first select, has a set of predefined entries (sources). When the user selects a value, the values of the second form change according to the selection (I have added a "Dynamic Dropdown - OnChange", which calls a custom event, which queries the database and returns the appropriated values for the second combobox).
The form can be seen here: http://www.ellogon.org/itest/index.php/el/proionta/dokimastikes-ekdoseis/opinionbuster-el
My question is: how to proceed?
I want when the selection changes in the second select, to have a second AJAX event to the database, and show the results of the query below the form.
Is there a "recommended" way to do it?
(Something like the "dynamic dropdown", but fill a div instead of a select input...)