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.

Mask Link with Text

  1. Hi,

    I have created a form that allows visitors post.
    I have a form called "Insert Playlist Url" this is filled with a link to a playlist in spotify.
    When the post is done and public, I want to Url to be a text instead of showing a long ugly link.
    The text should be "Go to playlist"

    Can someone help me here?

    Posted 12 years ago on Monday March 19, 2012 | Permalink
  2. You would need to create a content template for your post content, then use the appropriate website field merge code and some standard HTML to output the link like you want.

    http://www.gravityhelp.com/documentation/page/Create_Content_Template

    example:

    <a href="{website:14}">Go To Playlist</a>
    Posted 12 years ago on Monday March 19, 2012 | Permalink
  3. Hi Kevin,

    Thanks for you reply.
    I have done the content template and all the informations are correctly posted. The only thing I need to do is to automatically change the URL, to the text "Go to Playlist". This Url should still be "behind" the Go to playlist button.

    I don't have that much of experience in html coding, so I would appreciate if you could guide me a bit.

    here's a link to where you post:
    http://www.octave.dk/playlists

    Here's the output:
    http://octave.dk/category/music-discovery/

    Posted 12 years ago on Monday March 19, 2012 | Permalink