I have a web page that is a form that people can fill out on line and submit at the bottom and it is assigned to come back to an email address.
It has four links to other documents in it so the user can go and look at information and come back. The problem is I cannot get these links to open in a new window. Then when the link is opened and closed the information that had been entered in the form is gone. I have tried everything I can think of.
I can get it to work before I move it to the web site using Dreamweaver.
Any suggestions?
Thanks,
Pam
if you use a LiveCycle-PDF you can open other forms with the method "launchURL".
It has an optional parameter that, if it is set to "true", opens the linked URL in a new windows.
app.launchURL("http://www.example.com/", true);
radzmar
• LoveCycle Blog
Documents you need:
• LiveCycle Designer ES2 Docs