{% if condition: !demo-about-page-viewed %}

Welcome to the demo {{ var: QueryStore:firstname | case: words }}

{% endif %}{% if condition: demo-about-page-viewed %}

Enjoying the demo {{ var: QueryStore:firstname | case: words }}?

{% endif %}

This is just a simple demo, there's so much more Logic Hop can do! Check out our tutorials to learn more.

{% if condition: !demo-about-page-viewed %} {% endif %}{% if condition: demo-about-page-viewed %} {% endif %}
  • Country: {{ var: Location.CountryName }}
  • State/Region: {{ var: Location.RegionName }}
  • Lead Score: {{ var: LeadScore }}
  • About Page Viewed: {% if condition: demo-about-page-viewed %}YES {% else %}NO{% endif %}
  • eBook Downloaded: {% if condition: demo-ebook-downloaded %}YES{% else %}NO{% endif %}
  • Interest: {{ var: GravityFormsData.Interest | default: Unknown }}