Skip to main content

Variables

Use variables to automatically insert data into the form when it opens.

Customer variables

Use specified variables to receive details for authorized customer.

VariableDescription
{{var customer.name}}customer’s full name.
{{var customer.first_name}}customer’s first name.
{{var customer.last_name}}customer’s last name.
{{var customer.telephone}}customer’s telephone number.
{{var customer.email}}customer’s email address.

Product variables

Use specified variables to receive details about product.

VariableDescription
{{var product.name}}product name.
{{var product.sku}}product SKU.
{{var product.entity_id}}internal product ID.
{{var product.attribute_code}}value of the custom product attribute (replace attribute_code with the actual attribute code).

Page variable

Use variable to receive details about opened page.

VariableDescription
{{var page.url}}page URL were form was opened.

Billing variables

Use specified variables to receive details about billing address.

VariableDescription
{{var billing_address}}value of the specified attribute for billing (replace attribute_code with the actual attribute code).