I have installed Chronoform V5 and everything seems to work correctly except one thing; the forms do not display neither in "Test form" nor in the front-end from a menu choice (of type Chronoform). What can be wrong?
The extension manager showing installed Chronoform components:
[attachment=0]Screenshot 2015-03-20 09.05.51.png[/attachment]
System Information
PHP Built On Linux cpanel3.proisp.no 2.6.32-531.29.2.lve1.3.11.1.el6.x86_64 #1 SMP Thu Dec 18 06:49:17 EST 2014 x86_64
Database Version 5.6.23
Database Collation latin1_swedish_ci
PHP Version 5.5.22
Web Server Apache/2.4.10 (Unix) OpenSSL/1.0.1e-fips mod_bwlimited/1.4
WebServer to PHP Interface cgi-fcgi
Joomla! Version Joomla! 3.4.0 Stable [ Ember ] 24-February-2015 23:00 GMT
Joomla! Platform Version Joomla Platform 13.1.0 Stable [ Curiosity ] 24-Apr-2013 00:00 GMT
User Agent Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0
Relevant PHP Settings
Safe Mode Off
Open basedir None
Display Errors Off
Short Open Tags On
File Uploads On
Magic Quotes Off
Register Globals Off
Output Buffering On
Session Save Path /tmp
Session Auto Start 0
XML Enabled Yes
Zlib Enabled Yes
Native ZIP Enabled Yes
Disabled Functions None
Multibyte String (mbstring) Enabled Yes
Iconv Available Yes
The extension manager showing installed Chronoform components:
[attachment=0]Screenshot 2015-03-20 09.05.51.png[/attachment]
System Information
PHP Built On Linux cpanel3.proisp.no 2.6.32-531.29.2.lve1.3.11.1.el6.x86_64 #1 SMP Thu Dec 18 06:49:17 EST 2014 x86_64
Database Version 5.6.23
Database Collation latin1_swedish_ci
PHP Version 5.5.22
Web Server Apache/2.4.10 (Unix) OpenSSL/1.0.1e-fips mod_bwlimited/1.4
WebServer to PHP Interface cgi-fcgi
Joomla! Version Joomla! 3.4.0 Stable [ Ember ] 24-February-2015 23:00 GMT
Joomla! Platform Version Joomla Platform 13.1.0 Stable [ Curiosity ] 24-Apr-2013 00:00 GMT
User Agent Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0
Relevant PHP Settings
Safe Mode Off
Open basedir None
Display Errors Off
Short Open Tags On
File Uploads On
Magic Quotes Off
Register Globals Off
Output Buffering On
Session Save Path /tmp
Session Auto Start 0
XML Enabled Yes
Zlib Enabled Yes
Native ZIP Enabled Yes
Disabled Functions None
Multibyte String (mbstring) Enabled Yes
Iconv Available Yes
Thanks Bob, that solved it, but had to fiddle about a bit. My version of Chronoform (V5 RC1.2 ) and the version in the tutorial aren't identical. One particular problem is that when you have set Setup Mode to Simple under the General tab, the Onload events aren't visible. You have to set the Setup Mode to Advanced to be able to edit Onload events (as far as I can see...).
BTW: The link in the article is dead (To video in FAQ: http://www.chronoengine.com/faqs/view/2599/how-do-i-build-a-first-form.html).
BTW: The link in the article is dead (To video in FAQ: http://www.chronoengine.com/faqs/view/2599/how-do-i-build-a-first-form.html).
Hi ElToro,
Thank you, I fixed the broken link.
If you create the form in Simple mode then - in theory at least - the HTML (Render form) action should be automatically added (along with a whole bunch of others that you might need).
Bob
Thank you, I fixed the broken link.
If you create the form in Simple mode then - in theory at least - the HTML (Render form) action should be automatically added (along with a whole bunch of others that you might need).
Bob
Hi Bob,
FYI: The Simple Mode works. Just tested with a new form. Must have done something with the first one; moved a lot back an forth between simple and advanced mode while working on the form, so maybe I managed to mess something up... :?
Anyway, everything works now. Thank you for your help. Excellent support as always 🙂
FYI: The Simple Mode works. Just tested with a new form. Must have done something with the first one; moved a lot back an forth between simple and advanced mode while working on the form, so maybe I managed to mess something up... :?
Anyway, everything works now. Thank you for your help. Excellent support as always 🙂
Hi ElToro,
I would avoid switching back to Simple Mode from Advanced as it may cause odd problems. Personally I only use the Advanced mode, partly because I'm familiar with it but also because Simple mode adds a lot of un-used actions to the form just in case they are needed.
Bob
I would avoid switching back to Simple Mode from Advanced as it may cause odd problems. Personally I only use the Advanced mode, partly because I'm familiar with it but also because Simple mode adds a lot of un-used actions to the form just in case they are needed.
Bob
Sorry for posting on an old post but this is the closest I can not to my problem. We just received a new site (upgrade) and they did not use Chronoforms V5, but V4 that we were using. So not I have to recreate some of the forms and I can not get any to display on the frontend via the Test Page button. Not even the demo forms.
Please help as I am under a time crunch to get these forms back up.
Thank you,
Dave
Please help as I am under a time crunch to get these forms back up.
Thank you,
Dave
It appears to be a issue with the template if that helps any. Search Engine Friendly URLs and Use URL Rewriting are set to Yes.
Dave
Dave
Thank you for that very fast reply but I have viewed that FAQ and it does not apply. I am not able to see the demo forms as well. And it appears to be related to the template as I have changed it for a few minutes and all of the forms displayed.
Hi Dave,
You have this CSS in a custom.css file
Typically this is a hangover from CFv4 where someone added the CSS to hide the tagline in the free version of CF.
Bob
You have this CSS in a custom.css file
/***********************Response Newsletter******************/
#chronoform_RESPONSENewsletter .form_item .cf_radiobutton .radio_label{
display:inline-block;
}
.chronoform{
display:none;
}
That last bit hides the form. If you check the page source you will see that the HTML is all there.
Typically this is a hangover from CFv4 where someone added the CSS to hide the tagline in the free version of CF.
Bob
How do I go about removing that css tagline? I am new to joomla 3 and I am a bit lost.
I think I have found it and I removed it but the forms are still not showing.
Thanks,
Dave
I think I have found it and I removed it but the forms are still not showing.
Thanks,
Dave
Hi Dave,
It's still there, the file is http://www.your_domain.com/templates/tidewater/css/custom.css
Bob
It's still there, the file is http://www.your_domain.com/templates/tidewater/css/custom.css
Bob
This is what is in the file:
.newsfeed ul > li, ul.tide_list > li{
font-size:14px;
padding-bottom:10px;
}
.newsfeed ul > li:before, ul.tide_list > li:before{
padding-right:10px !important;
content:"\f061" !important;
font-family:'FontAwesome'!important;
color:#2C2C8C;
}
.form_item textarea{
width:90%;
}
.newsfeed ul > li, ul.tide_list > li{
font-size:14px;
padding-bottom:10px;
}
.newsfeed ul > li:before, ul.tide_list > li:before{
padding-right:10px !important;
content:"\f061" !important;
font-family:'FontAwesome'!important;
color:#2C2C8C;
}
.form_item textarea{
width:90%;
}
Hi Dave,
I still see all of this - maybe you have caching enabled and need to clear the cache?
Bob
I still see all of this - maybe you have caching enabled and need to clear the cache?
.newsfeed ul > li, ul.tide_list > li{
font-size:14px;
padding-bottom:10px;
}
.newsfeed ul > li:before, ul.tide_list > li:before{
padding-right:10px !important;
content:"\f061" !important;
font-family:'FontAwesome'!important;
color:#2C2C8C;
}
.form_item textarea{
width:90%;
}
/***********************Response Newsletter******************/
#chronoform_RESPONSENewsletter .form_item .cf_radiobutton .radio_label{
display:inline-block;
}
.chronoform{
display:none;
}
Bob
Cache is turned off and I have cleared the cache in any event. I am not seeing the reference anymore but the forms still will not display.
Sorry for bothering you with this problem.
Dave
Sorry for bothering you with this problem.
Dave
Hi Dave,
Please check for yourself http://www.tidewaterems.org/templates/tidewater/css/custom.css
Bob
Please check for yourself http://www.tidewaterems.org/templates/tidewater/css/custom.css
Bob
I do not doubt you....I have removed it and resave the file.....I o not understand why it is still there....
Hi Dave,
If it isn't cached then I can only suggest that you are editing the wrong file somehow :-(
Bob
If it isn't cached then I can only suggest that you are editing the wrong file somehow :-(
Bob
There is the only file with that name. I have searched the backend and that is the only one....I do not know where else to look.
This topic is locked and no more replies can be posted.