Hi,
I cannot make Dynamic Checkboxs work. This is the output:
The dynamic options do not populate the checkboxs.
if I put this: {var:php_10.2.value} (or any other key) it shows one checkbox.
if I put this: {var:php_10.value} - shows nothing.
[php_10] => Array
(
[returned] => Array
(
[0] => Array
(
[value] => norte
[text] => norte
)
[1] => Array
(
[value] => valley
[text] => valley
)
[2] => Array
(
[value] => center
[text] => center
)
[3] => Array
(
[value] => south
[text] => south
)
)
[var] => Array
(
[0] => Array
(
[value] => norte
[text] => norte
)
[1] => Array
(
[value] => valley
[text] => valley
)
[2] => Array
(
[value] => center
[text] => center
)
[3] => Array
(
[value] => south
[text] => south
)
)
)