Hi guys,
I have a list, where users fill in some information and one of the fields is like a multi value, which I want to split. Instead of one item with value in one column: "value1;value2;value3;value4;value5;" I would like to save five items. Something like reading the rest of the fields, separating the value string, and iterating until five itmes are created. Can this be done only by manipulating NewForm.aspx? Where can I look for more information? I have done only some basic JavaScript programming so far.