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
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
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
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
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
You should put that as the name AND the id.
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.