CF8 - Table & Radios Group

rbock 3d ago

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
        )
rbock 1d ago

Is there a solution in sight / possible?

Max_admin 1d ago

Hi rbock

What do you mean by "submit on change does not work" ?

Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
rbock 1d ago

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

rbock 1d ago

For saving action I simply use a loop on {data:MYSELECT}

You need to login to be able to post a reply.