Hi,
I noticed a small error in the file:
wp-content/plugins/piklist/add-ons/piklist-demos/parts/workflows/edit-basic.php
on line 87 the word “Description” is missing an “s” making the description not display in the demo field.
piklist('field', array(
'type' => 'group'
,'label' => __('Content Section (Grouped)')
,'decription' => __('When an add-more field is nested it should be grouped to maintain the data relationships.')
If there is another place to report bugs please let me know. Thanks!