In a table I have Radio Group Buttons in each line.
Field Name: MYSELECT[{var:row.ID}]
Selected value: {var:row.NAME}
Dynamic options
Submit on change obviously does not work, only in the last line. Ajax Call, too.
Now I have a simple memory button. But I don't know how to store the selections.
[MYSELECT] => Array
(
[204] => NAME1
[220] => NAME2
)
Hi rbock
What do you mean by "submit on change does not work" ?
I added within the loop event listener & trigger
Trigger: onchange XSUBLister: submit form
But this only works at the last Radios Group in the Loop.
XSUB{var:loop.key} apparently does not work for Trigger / Listerner
Hi rbock
Triggers and Listeners may not work correctly for fields inside a Loop
If you want a trigger for all checkboxes created using a loop then you will need a field class then a custom JavaScript event handler
