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.

Uploading file to Post

  1. utvikl
    Member

    Hi, I have a form that contains a file upload field and it's posted with a caregory. Issue is that I don't understand how I can link the file to the post? It doesn't seem to appear there, only the text is in the posting. How can I also link the uploaded file to the post?

    Thank you.

    Posted 12 years ago on Thursday December 15, 2011 | Permalink
  2. Hi utvikl,

    You can use the "Create post content template" option on the Post Body field to create HTML link to the file:

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

    It would look something like this:

    [html]
    <a href="{My File:5}">Download File</a>
    Posted 12 years ago on Thursday December 15, 2011 | Permalink