Re: How to create an editable list in a guided landing page template

Anonymous
Not applicable

How to create an editable list in a guided landing page template

What's the best way to create an editable list in a guided landing page template?

A link to an article explaining how to do this would be most appreciated. Thanks!

4 REPLIES 4
Joe_Reitz
Level 10 - Champion Alumni

Re: How to create an editable list in a guided landing page template

Tell me a little more about what you're trying to do with this list...

My gut reaction would be to use a local rich-text token.

If it doesn't look cool, you're probably doing it wrong.
Anonymous
Not applicable

Re: How to create an editable list in a guided landing page template

I'm trying to add a dynamic list where you don't need to specify the number of items beforehand.

So far I'm using the following, but it seems like there must be a more efficient way to do this, particularly if dozens of list items need to be added in certain instances:

<ul>

            <li id="listItem1" style="display:${showListItem1};">

              <div class="mktoText" id="listText1" mktoName="List Item 1">

                List Item 1

              </div>

            </li>

            <li id="listItem2" style="display:${showListItem2};">

              <div class="mktoText" id="listText2" mktoName="List Item 2">

                List Item 2

              </div>

            </li>

            <li id="listItem3" style="display:${showListItem3};">

              <div class="mktoText" id="listText3" mktoName="List Item 3">

                List Item 3

              </div>

            </li>

          </ul>

Thanks for having a look.

Grégoire_Miche2
Level 10

Re: How to create an editable list in a guided landing page template

Hi David,

You should relocate this to the "products" section.

-Greg

Anonymous
Not applicable

Re: How to create an editable list in a guided landing page template

Question moved to Products.