I am trying to create a double drop down filter in Chronoconnectivity by adapting the Ajax tutorial from Chronoforms. I have the dropdowns in place and can pull in the values from the database fine but it does not appear to be triggering the JS to show the second dropdown. I'm pretty sure that at least part of the problem is this line in the JS file:
but there might be more that needs to get fixed but I know this is part of it so I'm starting there.
There may also be an issue with the placement of the JS code. I have tried an include as well as pasting it into the index file head but I'm not certain if that is an issue yet or not because it could just be the URL in the JS that is causing trouble.
If there is any information anywhere on double drop-downs for Chronoconnectivity, I can't seem to locate it.
Any help would be greatly appreciated.
var url = "index.php?option=com_chronocontact&chronoformname=Manager&task=extra&format=raw";
but there might be more that needs to get fixed but I know this is part of it so I'm starting there.
There may also be an issue with the placement of the JS code. I have tried an include as well as pasting it into the index file head but I'm not certain if that is an issue yet or not because it could just be the URL in the JS that is causing trouble.
If there is any information anywhere on double drop-downs for Chronoconnectivity, I can't seem to locate it.
Any help would be greatly appreciated.