Liquid Objects
- 
    {{ this }} objectThis Liquid object is globally accessible in every liquid template or layout and outputs specific data relating to the item being render. 
- 
    {{ request }} objectThis Liquid object is globally accessible in every liquid template or layout and outputs various data relating to your site. {{ request }} Liquid OutputAn live render of the data... 
- 
    {{ liquidContext }} objectThis Liquid object is globally accessible in every liquid template or layout and outputs a combination of the thisandrequestLiquid objects as well as any Liquid variables available to the layout it is placed in.
- 
    {{ siteglobals }}This liquid object will output any custom configure Site Information data (found in the Admin's main menu under 'Settings' > 'Site Information'). 
- 
    {{ formSubmissionData }} objectThis liquid object will output the submission details of a Form. 
- 
    {{ member }} objectThis liquid object will output the Member's details of whom submitted a Form. You can use this on the default form submission page (/_form-submission-results/) or any custom redirect page you... 
- 
    {{ workflow }} objectThis liquid object will output the Workflow details of a submitted Form. You can use this on the default form submission page (/_form-submission-results/) or any custom redirect page you have... 
- 
    {{ order }} objectThis liquid object will output the order details of a submitted payment. {{ this.order }} Order Object Availability Currently, this object’s structure, and where it can be accessed, varies depending...