Hello,
I use Chronoforms V5 with Joomla 3.2.1
http://joomla.frissante.com/joomla.frissante.com/index.php?option=com_chronoforms5&chronoform=offerte-kozijnen
Is there an overview of the default params used in chronoforms V5 for each function/module?
I want to use the params settings of chronoforms to alter default status.
Specific issue I encounter:
- I use a slider area + sliders
- The first slider is opened automatically
- I want to use params setting to close the first slider by default
I hope someone is more experienced and able to help me a little bit on this one.
I use Chronoforms V5 with Joomla 3.2.1
http://joomla.frissante.com/joomla.frissante.com/index.php?option=com_chronoforms5&chronoform=offerte-kozijnen
Is there an overview of the default params used in chronoforms V5 for each function/module?
I want to use the params settings of chronoforms to alter default status.
Specific issue I encounter:
- I use a slider area + sliders
- The first slider is opened automatically
- I want to use params setting to close the first slider by default
I hope someone is more experienced and able to help me a little bit on this one.
Hi,
Please drag a "Load JS" action BEFORE the HTML action and enter this code:
Regards,
Max
Please drag a "Load JS" action BEFORE the HTML action and enter this code:
jQuery(document).ready(function($){
jQuery('.panel-collapse').removeClass('in');
});
Regards,
Max
This topic is locked and no more replies can be posted.
