using XenForo_Input::ARRAY_SIMPLE works great for pretty much every type of input array. The problem is that it can't handle select multiple forms. How should I be handling these?
I just want to take all the results and put it in a comma delimited string.
I just want to take all the results and put it in a comma delimited string.