Hello!
I've a problem to load data in a form. All fields are properly loaded but a checkbox group saved in a comma-separated-field string doesn't show up. How do I get it work?
Thanks a lot
I've a problem to load data in a form. All fields are properly loaded but a checkbox group saved in a comma-separated-field string doesn't show up. How do I get it work?
Thanks a lot
Hi ciovo,
how do you load the record data ? if you are using the "DB record loader" then there are 2 fields "Array fields sets" and "array fields separators" to help you with this, but if you are using any other method to load the data then you will need to explode the value before the "Show HTML" action.
Regards,
Max
how do you load the record data ? if you are using the "DB record loader" then there are 2 fields "Array fields sets" and "array fields separators" to help you with this, but if you are using any other method to load the data then you will need to explode the value before the "Show HTML" action.
Regards,
Max
This topic is locked and no more replies can be posted.