Create your own layout
This feature is part of the Visforms Subscription and not available in the free Visforms version..
We propose reading the documentation from the beginning, starting with the Introduction. We will not repeat concepts and explanations made in previous parts of the documentation, here.
Its very easy to create your own layout for the data display in content, using the plugin. Just make a copy of one of the existing layouts and adapt it in three simple steps.
You'll find the layout files in the plugin folder plugins/content/vfdataview/tmpl.
First, make a copy of one of the existing layout files (i.e. list.php) and store the copy inside the original folder. Second, rename the copy (i.e. in mylist.php). Please note, that you must not use underscores in the file name. Third, adapt the HTML Code of the new layout file to your requirements. Add custom HTML tag or class-attributes, or display data entierly different (not in tables or descriptions lists.
Add the parameter "layout":"mylist"
(it's the name of your file without .php) to the parameter string in your article. That's it!