App UI: Todo Lists

Module

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', '') }}

Instructions:

  1. Go to Edit Page 
  2. Paste "App UI: Todo Lists" into input

    screenshot_076b1098-3059-48f0-98d7-b591be2ad9bd
  3. Drag highlighted option
    You can drop it anywhere in Drag and Drop Section

    screenshot_037b258b-51d3-4233-8860-55c3e380bebd
  4. Click the module

    screenshot_50a9fdce-16b0-41ce-8ea8-045aeb5c5d7a
  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>
         
    screenshot_18edc2f6-b560-422e-905b-cddf82053d6d
  6. Click on Preview

    screenshot_3577b43f-63a8-4c49-acc9-243649aa90c7
  7. Type Contact Lists
    The screenshot below is just a sample.

    screenshot_966d26d8-edc0-469d-8189-e4bf553a0d0e
  8. Final Output

    screenshot_9b52e2a9-0945-4703-a16e-b0810ce8434b