Forums

Joomla, Chronoforms, and bootstrap select

SarikaA 24 Jul, 2018
Hi,

I have form builded by Chronoforms.

In project I use bootstrap select. I think that's all necessary informations.

In form I have two selects. The first one is "unique" and it's working, second one is in multiplierand that's one which is problematic.

For no reason second select isn't changing selected option. I can click on "Choose option field" and see all the options but when I click on any of option, nothing happens. There' is s no error in console and there is no change in code.

Thanks in Advance
GreyHead 25 Jul, 2018
Answer
Hi SarikaA,

I doubt if the Event selection will work with a element in a multiplier as the name/ID will change. You can probably achieve the selection with custom JavaScript.

Bob
SarikaA 26 Jul, 2018
Hi @GreyHead,

Thanks....!
healyhatman 26 Sep, 2018
The events should work, you just need to name the fields properly.

For example, if you want each row of your repeater to have a checkbox and a text field, and the checkbox hides t he text field, you could name them like this
repeater[{var:area_repeater#.key}][check]
repeater[{var:area_repeater#.key}][text]

You should put that as the name AND the id.
This topic is locked and no more replies can be posted.