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
You need to login to be able to post a reply.