PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Merge tags for individual columns of a list

  1. thomaspark
    Member

    Say I'm using a list to take in two columns: text and url. Instead of the default table, I'd like to mark up the data myself. Are there merge tags that select specific columns, so that I could do something like this...

    <ol>
    <li><a href="{list:1:2}">{list:1:1}</a></li>
    </ol>

    And have it spit out a list of links? If not, what would be the best approach to implementing this myself? Thanks.

    Posted 11 years ago on Monday January 21, 2013 | Permalink
  2. Please see this discussion:
    http://www.gravityhelp.com/forums/topic/text-here

    We used the gform_merge_tag_filter http://www.gravityhelp.com/documentation/page/Gform_merge_tag_filter to modify the output for the list items.

    Posted 11 years ago on Monday January 28, 2013 | Permalink