Hello. I downloaded Chronoforms a few days ago. So far I'm very satisfied with it. You can find the form here: http://ligabismarck.lima-city.de/index.php/ueber-die-liga/aufnahmeantrag
I just have these problems:
1. There is a radio button at "Bist du bereits in einer Allianz gewesen?" ("Have you been in an alliance?"). If you click "no", the two next questions "In welcher Allianz warst du?" and "Warum bist du ausgeschieden?" are supposed to disappear completely or at least to be "disabled". The lateest works, but if you click on "yes" again, the 2 fields are still disabled?
I also tried to "hide" or "show" the fields, but then the text (question) is still visible.
2. The HP design is destroyed on that page. Actually there is a header with a picture which can't be seen on the CF page. If you click on any other menu item it's ok.
The problem is that I have no knowledge of php๐ maybe you can help me. Thanks!
I just have these problems:
1. There is a radio button at "Bist du bereits in einer Allianz gewesen?" ("Have you been in an alliance?"). If you click "no", the two next questions "In welcher Allianz warst du?" and "Warum bist du ausgeschieden?" are supposed to disappear completely or at least to be "disabled". The lateest works, but if you click on "yes" again, the 2 fields are still disabled?
I also tried to "hide" or "show" the fields, but then the text (question) is still visible.
2. The HP design is destroyed on that page. Actually there is a header with a picture which can't be seen on the CF page. If you click on any other menu item it's ok.
The problem is that I have no knowledge of php๐ maybe you can help me. Thanks!
btw: I already tried this
https://www.diigo.com/item/image/4jn0u/p8r3 but it won't save these settings for both fields, just for the first. I just changed it, so you can see what I mean.
https://www.diigo.com/item/image/4jn0u/p8r3 but it won't save these settings for both fields, just for the first. I just changed it, so you can see what I mean.
Hello,
Please try to test a simple form, with 1 field, does it break your header image too ?
The 2 fields enable and disable fine here, you can hide them completely using their container's ids, this can be found by inspecting the element in Firebug or Chrome, for example, to hide the first field completely, use this id "fitem-welcheAlli"
I will investigate the issue with the events not saved for multi fields!
The "$" may be a problem if its not wrapped inside a function, but here it should be fine!
Regards,
Max
Please try to test a simple form, with 1 field, does it break your header image too ?
The 2 fields enable and disable fine here, you can hide them completely using their container's ids, this can be found by inspecting the element in Firebug or Chrome, for example, to hide the first field completely, use this id "fitem-welcheAlli"
I will investigate the issue with the events not saved for multi fields!
The "$" may be a problem if its not wrapped inside a function, but here it should be fine!
Regards,
Max
yes, even though I didn't change anything it's working now with enabling the two text fields again.
Hi ec86,
I don't see any problems with the header or the original form?? (Checking in Chrome).
Bob
I don't see any problems with the header or the original form?? (Checking in Chrome).
Bob
Hello Bob. Here 2 pictures:
The page with CF:
http://awesomescreenshot.com/07125ilh22
The pages without CF:
http://awesomescreenshot.com/0cf25ilm67
thanks for the help ๐
The page with CF:
http://awesomescreenshot.com/07125ilh22
The pages without CF:
http://awesomescreenshot.com/0cf25ilm67
thanks for the help ๐
Hi ec86,
The header image isa being hidden by this CSS in the file /libraries/cegcore/assets/css/joomla_fixes.css
I have no idea what that is supposed to do (Max will know). I suggest that you try commenting the display:none line out for the moment.
Bob
The header image isa being hidden by this CSS in the file /libraries/cegcore/assets/css/joomla_fixes.css
div#toolbar-box{display:none;}
.gcore-toolbar{background:none !important; border: 0 none !important;}
header.header{display:none;} // <<< this line
div.subhead-collapse{display:none;}
.gcore-toolbar-box{padding-top:5px;}
I have no idea what that is supposed to do (Max will know). I suggest that you try commenting the display:none line out for the moment.
Bob
This topic is locked and no more replies can be posted.