Hello World,
am using Joomla stable full package version 3.3.6, Chronoform V5 (component release 5.0.5 from 07th February 2015, action release from 18th April 2014, module release 25th December 2013, plugin release 23rd December 2013) and following instructions from FAQ’s article “How do I build a Double Drop-down in CFv5” - https://www.chronoengine.com/faqs/70-cfv5/5232-how-do-i-build-a-dynamic-drop-down-in-cfv5.html – easily succeeded in creating a single nesting level dynamic choose reading also starting info in dropdown1 field from a DB table.
What I do really need is a five-nested level choose management tool: is it possible?
If so, maybe anyone can help me explaining it in an how to guideline post/article?
PS obviously started by myself wondering on how solutions suggested from Greyhead could fit to my case.
Test 1 was using same code and ajax action targeting from a dropdown2 field to a dropdown3 field but unfortunately seems it didn’t worked: if am not wrong that’s because variables are not “rewritable” in the same page session?
Test 2 was creating a second ajax action also updating code variable Data as well as dropdown1 field names but it neither was ok: only things happening is getting a “Please select a category” answer which suggest the idea that no array was handled from the code. Maybe that’s because array handling of $form->data variable declared in handle_arrays.php file from packages>com_chronoforms5.php>admin>chronoforms>actions>handle_arrays>handle_arrays.php installation file path as well as sessions_to_data.php file or any other I didn’t correctly detected are effectively involved in processing the code and for same reason of Test 1 it has not worked out.
PPS if anyone tell me that’s because failed to properly set up code in test 1 or test 2 scenario, maybe am going to pay for this people to custom a sample form and send me the demo!!
am using Joomla stable full package version 3.3.6, Chronoform V5 (component release 5.0.5 from 07th February 2015, action release from 18th April 2014, module release 25th December 2013, plugin release 23rd December 2013) and following instructions from FAQ’s article “How do I build a Double Drop-down in CFv5” - https://www.chronoengine.com/faqs/70-cfv5/5232-how-do-i-build-a-dynamic-drop-down-in-cfv5.html – easily succeeded in creating a single nesting level dynamic choose reading also starting info in dropdown1 field from a DB table.
What I do really need is a five-nested level choose management tool: is it possible?
If so, maybe anyone can help me explaining it in an how to guideline post/article?
PS obviously started by myself wondering on how solutions suggested from Greyhead could fit to my case.
Test 1 was using same code and ajax action targeting from a dropdown2 field to a dropdown3 field but unfortunately seems it didn’t worked: if am not wrong that’s because variables are not “rewritable” in the same page session?
Test 2 was creating a second ajax action also updating code variable Data as well as dropdown1 field names but it neither was ok: only things happening is getting a “Please select a category” answer which suggest the idea that no array was handled from the code. Maybe that’s because array handling of $form->data variable declared in handle_arrays.php file from packages>com_chronoforms5.php>admin>chronoforms>actions>handle_arrays>handle_arrays.php installation file path as well as sessions_to_data.php file or any other I didn’t correctly detected are effectively involved in processing the code and for same reason of Test 1 it has not worked out.
PPS if anyone tell me that’s because failed to properly set up code in test 1 or test 2 scenario, maybe am going to pay for this people to custom a sample form and send me the demo!!