Hello, when filling out the form and I look a the final post the list field does not output as a table, it does rather this:
a:2:{i:0;a:1:{s:0:”";s:11:”item 3”;}i:1;a:1:{s:0:”";s:16:”item 4”;}}
With items 1 and 2 missing. Any idea why? Cheers.
By the way it is set to support multi columns. I will check to see if single columns work.
Edit - On single column it does this:
a:3:{i:0;s:9:”item 1”;i:1;s:8:”item 2”;i:2;s:15:”item 3”;}