[gravityforms id='3' field_values='title=mytitle&list=only 1 list item, except it has a comma so it's seen as 2' title='false']
Above example will output my form with two items:
- only 1 list item
- except it has a comma so it's seem as 2
However I want it as 1 item. How?
The ' in it's was giving a problem as well, however I fixed this using urlencode. Unfortunately this doesn't fix the comma problem