Skip navigation
Currently Being Moderated

Linking to help documents on a common drive

Apr 27, 2012 8:01 AM

Good Day All;

I am trying to figure out how to add a link on a form that will take a user to help files. On the version I am running there does not appear to be a way to create a “HTML” link. Trust me, I have looked at all the dropdowns. I am running version 8.05.02.

I have tried using the HTML submit button, but that give me the error, “cannot display the webpage”.

I took a look at the XML source for this button and was thinking it might have something to do with the

<value>

<text>submit</test>

This is what I would like to do.

The user clicks on a button (or hyper link) that will open a document that resides on a common drive.

Anny help would be appreciated.

 

Chomp

 
Replies
  • Currently Being Moderated
    Apr 27, 2012 10:08 AM   in reply to The Chomp

    Well, in my version (9.??) I can add static text to my form, and while editing the text directly in the form design pane I can highlight a portion of the static text, right click and select "...Insert Hyperlink".

     

    To be clear, this only works for static text or captions... it won't work for fillable text fields.

     

    Let me know if you don't have the option to insert a hyperlink by right clicking on selected text (you should, even in your version).  If you don't, then I could try walking you through how to alter the xml of a text field to include a hyperlink. This is a bit dangerous as you run the risk of corrupting your entire form. Hopefully e won't have to bother with this method as it's not pretty.

     
    |
    Mark as:
  • Currently Being Moderated
    Apr 27, 2012 1:32 PM   in reply to The Chomp

    Chomp, I think that's about all you can do without using a trusted function.

     

    http://forums.adobe.com/message/1359940#1359940

     
    |
    Mark as:
  • Currently Being Moderated
    Apr 27, 2012 3:27 PM   in reply to The Chomp

    Watch your target version, I think that only works in 9+.

     
    |
    Mark as:
  • Currently Being Moderated
    Apr 30, 2012 8:49 AM   in reply to The Chomp

    I just tried xfa.host.gotoURL() and it works but the file needs to be a pdf or it will try and make it a pdf.

     

    xfa.host.gotoURL("file:///c/test.pdf");

     
    |
    Mark as:
  • Currently Being Moderated
    May 1, 2012 8:42 AM   in reply to The Chomp

    If you're going to a website you can also use app.launchURL() (it doesn't support files though).

     

    Not sure if one's better than the other.

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points