Hi,
I followed this tutorial http://www.chronoengine.com/faqs/2660-how-can-i-build-a-tabbed-form.html to successfully create a form using tabs. However, when I tried to make one with accordion sliders, the form still show as tabs. Any ideas how to fix this?
Thanks in advance.
I followed this tutorial http://www.chronoengine.com/faqs/2660-how-can-i-build-a-tabbed-form.html to successfully create a form using tabs. However, when I tried to make one with accordion sliders, the form still show as tabs. Any ideas how to fix this?
Thanks in advance.
Update.
Upon inspecting the code for the demo and the code for my form, one can notice the difference in HTML tags. This is the section of my form that should show as sliders: [attachment=0]actual.jpg[/attachment] This is the code from the demo:[attachment=1]demo.jpg[/attachment]
In brief, I'm getting class = tabs instead of pane-sliders and panel...Could this be caused by the template I'm using?
Thanks again.
Your insight is much appreciated.
Upon inspecting the code for the demo and the code for my form, one can notice the difference in HTML tags. This is the section of my form that should show as sliders: [attachment=0]actual.jpg[/attachment] This is the code from the demo:[attachment=1]demo.jpg[/attachment]
In brief, I'm getting class = tabs instead of pane-sliders and panel...Could this be caused by the template I'm using?
Thanks again.
Your insight is much appreciated.
Hi gfarr,
Sorry about the very late reply - I've just got back to some very old tabs in my browser.
There's a bug here (it may now be fixed in the latest release). Here's the code fix from this FAQ:
Bob
Sorry about the very late reply - I've just got back to some very old tabs in my browser.
There's a bug here (it may now be fixed in the latest release). Here's the code fix from this FAQ:
Note: in the CFv4 stable release (the current release as I write this) there is a bug and sliders show as tabs. The fix is to open the file /administrator/components/com_chronoforms/helpers/html_helper.php and look for lines 634-644 where there are three references to JHtmlTabs:: which need to be replaced by JHtmlSliders::
Bob
This topic is locked and no more replies can be posted.