Hi,
followed the setup from a faq (how do I build a select......) to setup two dropdown boxes.
Only difference is that my data is situated in another db. So insted of using the DB Multi Loader, I used a CustomCode block in the ajax event followed by a CustomCode block to format the data.
However when testviewing my form i got the following message
( ! ) Notice: Undefined offset: 1 in C:\wamp\www\joomla31\administrator\components\com_chronoforms\form_actions\dynamic_dropdown\cfaction_dynamic_dropdown.php on line 25
and also a second on line 30.
It seems that there something wrong with the Dynamic DropDown action that i have put in the OnLoad event block.
Any idea what could have been wrongly defined here?
followed the setup from a faq (how do I build a select......) to setup two dropdown boxes.
Only difference is that my data is situated in another db. So insted of using the DB Multi Loader, I used a CustomCode block in the ajax event followed by a CustomCode block to format the data.
However when testviewing my form i got the following message
( ! ) Notice: Undefined offset: 1 in C:\wamp\www\joomla31\administrator\components\com_chronoforms\form_actions\dynamic_dropdown\cfaction_dynamic_dropdown.php on line 25
and also a second on line 30.
It seems that there something wrong with the Dynamic DropDown action that i have put in the OnLoad event block.
Any idea what could have been wrongly defined here?