Hey there!
Is there a way to display the items of a list of texts from a DB into a multiline input box separated each one in a different line?
I have a list of types of houses, in my DB this field is a list of texts and it shows “detached , townhouse , apartment” and in the multiline box, it is displayed as “detached, townhouse, apartment”
But I want it to display each entry in a separate line:
“detached
townhouse
apartment”
any ideas?
Thanks