Forums

radio buttons+text fields+homepage layout

ec86 29 Dec, 2013
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!
Max_admin 29 Dec, 2013
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
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
ec86 29 Dec, 2013
yes, even though I didn't change anything it's working now with enabling the two text fields again.
ec86 29 Dec, 2013
I just made a new test form, the header is still gone, but only on this page.
GreyHead 31 Dec, 2013
Hi ec86,

I don't see any problems with the header or the original form?? (Checking in Chrome).

Bob
GreyHead 31 Dec, 2013
Hi ec86,

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
ec86 31 Dec, 2013
Thank you so much! It's working! Now I just have to setup the email settings and I'll finally be ready. Thanks! I wish you all a Happy New Year๐Ÿ™‚
This topic is locked and no more replies can be posted.