Hi, I was eager to try out the new lists function of GF 1.6 beta 2, but am having trouble with the formatting?
I've created a new form as a test, added the list part and previewed the form, adding 3 ingredients as a test:
- ingred 1
- ingred 2
- ingred 3
I've also created a content template to populate the body of a new post.
Once the form has been submitted it views fine in the form previews (as above), however, when going into the post itself the list is shown as:
a:3:{i:0;s:8:"ingred 1";i:1;s:8:"ingred 2";i:2;s:8:"ingred 3";}
Is this some kind of bug, or have I done something wrong?
I'd also be interested to know if there's a way of spanning the ul and the li with CSS classes, eg "ingredients" and "ingredient" respectively.
Thanks!