I read data from a table and use a loop. This can be 1 to X data records. The data fields for text are loaded within the loop and displayed in text fields. But how do I proceed with dropdowns, radios or checkboxes?
Forums
CF8 - DB Read + Loop + Dropdown / Radios / Checkboxes
you mean how to set the selected values or how to add them to the loop ?
But there is a Selected Values behavior for these fields where you can use any shortcode, it does not work ?
Ok, fixed this for the next update!
Thank you for reporting!
But I have already solved this for myself. In the loop I export the value from var:loop.value.FELD to data:FELD
the fix should make it work without having to export any values to the data array
You need to login to be able to post a reply.