Description
Using this widget you can customize your form's confirmation page.
The widget works only on the Web Forms Confirmation Page.
Install
-
Upload widget folder to your site.
The widget is downloaded as an archive containing a folder. Upload the respective folder to the root of you site. This is mandatory if you want the widget to run out-of-the-box.
-
Initiate the widget.
Replace the default {module_webformresults}
with the following include on the Web Forms Confirmation Page.
{% include "/bc-widgets/customize-webform-confirmation-page/init.liquid" -%}
Customize
Parameters available
You can use Liquid and customize the output of your page. Have a look at Getting Started with Liquid if you are not familiar with it.
Below is the information you would have after a simple contact webform has been submitted. Check the init.liquid and the screenshots on how to use them.
"results": {
"firstName": "John Doe",
"lastName": "",
"email": "johndoe@mysite.com",
"caseId": 1898089,
"Message": "This is the message of the user."
}
Screenshots

