These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

How do I add a pop up message when my form opens?

1Templar
Registered: Oct 20 2011
Posts: 2
Answered

I'm new to this so I apologize now. I created a form in LiveCycle 8...no problem there. What I need to know is how do I add a pop up message when the form opens. what is the JavaScript needed and where do I put it. I was told that because the form was created in LC I cannot create an app.alert in Acrobat Pro; I have to do it in LC. Thanks!

My Product Information:
LiveCycle Designer, Windows
George_Johnson
Expert
Registered: Jul 6 2008
Posts: 1875
Accepted Answer
Use the xfa.host.messageBox method, in the docReady event.
1Templar
Registered: Oct 20 2011
Posts: 2
Thank you George! this worked perfectly.