The {bb_webformresults} module tag displays a summary of the Web Form submission. This module only works on the Web Form's Confirmation page under 'System Settings'. See Workflow tags on how to display Web Form details on Web Pages or Page Templates.
This module will support Liquid in a future release.
Syntax
{bb_webformresults}
Future release version
{bb_webformresults collectionName="" layout=""}
Parameters
id
- System generated ID number. Unique to Site ID.collectionName
- The parameter is used to access the collection the Liquid tags. (Part of future release)layout
- Renders the module output using: (Part of future release)layout="Default"
- sets the layout to the Default module layout;layout="My Custom Layout"
- set the layout to use a custom layout template;layout=""
- allows you to code a custom layout right within the web page HTML.
Areas Available
The {bb_webformresults} module tag can be placed within these areas.
- System Settings > Pages tab > Web Form Confirmation
Liquid Tags
Part of future release.