Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

Button to open form

Avatar

Level 1

I have a form/checklist with instructions on how to complete several other forms. I would like for users to be able to click on a form name and have it open in a new window. I created buttons and used

app.openDoc() with various permutations of the filename and path, but nothing seems to work. Can someone please tell me what specifically needs to be in the parentheses, or if there is a better way to do this.

Thank you.

1 Reply

Avatar

Former Community Member

When I was looking at doing something similar...button click to open an additional disclosure document.

 

app.openDoc({cPath: "/C/Home Work/Forms automation/Account Disclosure 091412.pdf"});