Hi there,I'm back again with a new question, I've bought a template and it uses this Formbehavior Chosen script that overrides the CF code. I have a form that loads a dynamic drop down and as this Chosen script is active, the code is not working at all.
Do you have any suggestion on how can I disable this script on the forms created with CF?
Long story short, this script adds elements to the form like this:
<div class="chzn-container chzn-container-single" style="width: 167px;" title="" id="from_chzn"><a class="chzn-single" tabindex="-1">
I guess I cuould comment the line JHtml::_('formbehavior.chosen', 'select'); but I do not actually know where to do it since I'm not sure where chronoforms is loaded in the Joomla files. Hope I made it clear, I'm not sure I explained it correctly!
By renaming the file chosen.php and ajaxchosen.php in the folder layouts->joomla->html->formbehavior the form works properly, but there are some issues in the admin panel (i.e. tabs in the module admin configuration won't load).
Thanks!
Do you have any suggestion on how can I disable this script on the forms created with CF?
Long story short, this script adds elements to the form like this:
<div class="chzn-container chzn-container-single" style="width: 167px;" title="" id="from_chzn"><a class="chzn-single" tabindex="-1">
I guess I cuould comment the line JHtml::_('formbehavior.chosen', 'select'); but I do not actually know where to do it since I'm not sure where chronoforms is loaded in the Joomla files. Hope I made it clear, I'm not sure I explained it correctly!
By renaming the file chosen.php and ajaxchosen.php in the folder layouts->joomla->html->formbehavior the form works properly, but there are some issues in the admin panel (i.e. tabs in the module admin configuration won't load).
Thanks!