Expand my Community achievements bar.

SOLVED

A form that links to external form

Avatar

Level 2

Hi.

I have been tasked with creating a form that consist of a "Choose a Form" selection on it. What my client wants is to have the user select an external form from the "Choose a Form" selection and have the external form open up in a new window. It sounds similiar to how a web page has links on it and when you click one, then a new page opens. Is this posible in Live Cycle?

1 Accepted Solution

Avatar

Correct answer by
Level 10

If it is a external URL then you can try using the below code to open the form.

app.launchURL("http://www.adobe.com/reader")

Thanks

Srini

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

If it is a external URL then you can try using the below code to open the form.

app.launchURL("http://www.adobe.com/reader")

Thanks

Srini