App UI: Todo Lists
Make how-to guides like this one in a snap.

Melvin Cruz

Created Oct 12, 2022

App UI: Todo Lists

Compatible Templates

  • Nexus Portal - App UI Client Portal

  • Nexus Portal - App UI Partner Portal

  • Nexus Portal - App UI Home Screens 1

  • Nexus Portal - App UI Demo

  • Nexus Portal - App UI Knowledge Base

  • Nexus Portal - App UI Onboarding

  • Nexus Portal - App UI Course Login

Properties Needed

  • Todo {{ personalization_token('contact.to_do', '') }}

8
    h

Hubspot

2 Steps
1

Go to Edit Page

2

Paste "App UI: Todo Lists" into input

Paste "App UI: Todo Lists" into input
    4

Hubspotpreview-na1

6 Steps
3

Drag highlighted option

You can drop it anywhere in Drag and Drop Section

Drag highlighted option
4

Click the module

Click the module
5

Paste selected text into text area

 {% set todos = contact.to_do %}
      <ul>
        {% for todo in todos|split(',') %}
        <li>
          <span>
            {{ todo }}
          </span>
        </li>
        {% endfor %}
      </ul>
Paste selected text into text area
6

Click on Preview

Click on Preview
7

Type Contact Lists

The screenshot below is just a sample.

Type Contact Lists
8

Final Output

Final Output
Well done!
Create how-to guides like this in a snap. Get Tango now.