Within the Form HTML code box, how do you specify that I have a joomla Css template?
I think this would be much easier, then trying to 'pull out' individual style sheets or bits of code for different text etc. which is what I am trying to do, but it isn't working!.
Since ChronoForm is 'within' Joomla - there must be a way to specify a css template file within the form HTML Code box, but what is the code to include this?
My path is this:
/httpdocs/joomla/templates/seeslim_(crystal)/css
Andthe file name is template_css.css
Any ideas - many thanks in advance.
I think this would be much easier, then trying to 'pull out' individual style sheets or bits of code for different text etc. which is what I am trying to do, but it isn't working!.
Since ChronoForm is 'within' Joomla - there must be a way to specify a css template file within the form HTML Code box, but what is the code to include this?
My path is this:
/httpdocs/joomla/templates/seeslim_(crystal)/css
Andthe file name is template_css.css
Any ideas - many thanks in advance.
Hi ksorman,
If you have a Joomla css template installed then the css is loaded into every page in the page header so it should be available for you to use with ChronoForms.
Bob
If you have a Joomla css template installed then the css is loaded into every page in the page header so it should be available for you to use with ChronoForms.
Bob
I have css files that break the overall template if I include them with the template. Therefore they are loaded with the specific form they were designed for.
How would I include these files?
The same goes for javascript. I use jquery and that alone is several thousand lines of code which also breaks joomla. How would I add these javascript files?
Thank you,
Jamie Jensen
How would I include these files?
The same goes for javascript. I use jquery and that alone is several thousand lines of code which also breaks joomla. How would I add these javascript files?
Thank you,
Jamie Jensen
Hi Jamie,
To stop the css breaking the page it's probably best to put the form in a div with it's own id and then modify the css to only apply to this div.
Javascript is more difficult - if it breaks Joomla in general it will break Joomla in ChronoForms. It's more likely that your template or some specific Joomla components conflict - can you identify them and turn them off?
What are you using JQuery for? Is there some other way of gettign the same result?
Bob
PS Max is looking at getting ChronoForms validation to work with JQuery but not for a while yet I think.
To stop the css breaking the page it's probably best to put the form in a div with it's own id and then modify the css to only apply to this div.
Javascript is more difficult - if it breaks Joomla in general it will break Joomla in ChronoForms. It's more likely that your template or some specific Joomla components conflict - can you identify them and turn them off?
What are you using JQuery for? Is there some other way of gettign the same result?
Bob
PS Max is looking at getting ChronoForms validation to work with JQuery but not for a while yet I think.
This topic is locked and no more replies can be posted.