We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 5340
    • 1,624 Posts
    Hi,

    It seems that each version of modx has problems with the Listbox Multi Select.
    If you select multiple I would expect an array. Instead I get 2 concatenated values
    Eg: value1value2 instead of array(’value1’, ’value2’) or value1**value2.

    Am I supposed to put the separator when I define the listbox?
    Eg: Value 1=value1**||Value 2=value2**.

    If I have to use my own separator and I already have 1000 documents using the old solution how do I force a save for each document so the new values(using my own separator) will be saved into the database?


    Solved by using Widget: Delimited List



    Thank You