Question

Photo of Jeremy Turgeon

0

Workflow File Links

We have a workflow that takes a Word document and assigns the next step in the workflow to a supervisor.  They receive an email from the User Entry Form action with links to the workflow name and file but clicking the file's link only gives a partial URL.  Rather than providing http://mywebsite.com/getfile.ashx/?guid=000000 it only returns http://getfile.ashx/?guid=000000.

  • Michael Garrison

    If you examine the source of the email, does the href attribute actually contain the http:// portion of the address or is it just linking to a portion - say "/getfile.ashx/?guid=000000" or "getfile.ashx/?guid=000000" or something like that?

  • Photo of Michael Garrison

    0

    Is it possible to edit the e-mail template that goes out and manually prepend your FQDN to the href attribute before the lava tag that inserts the link URL? Or more appropriately I suppose, if you examine the source of the template that gets sent out, what's the lava tag it's using to insert the link?