Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Display Export Value of dropdown instead of Item

New Here ,
Feb 02, 2021 Feb 02, 2021

Hi 🙂

I am new to make pdf forms but see it usful for work. I did read an article here about getting export value shown in the dropdown and have used it in one of my forms. this is the code: event.value = event.target.getItemAt(event.target.currentValueIndices, true);

 

My issue is that on my work computer I am not allowed to use java scripts. I cant activate it at all. is it an solution to get this function without using javascript?

TOPICS
Acrobat SDK and JavaScript
400
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Feb 03, 2021 Feb 03, 2021

What kind of export values does you use?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Feb 03, 2021 Feb 03, 2021

It's impossible without using a script. But why is JS forbidden on your computer? And are you aware there's a difference between JS in a browser and in Acrobat?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 03, 2021 Feb 03, 2021

We have adobe accrobat reader at work.

 

The reason we are not allowed to use java script is security reasons. 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Feb 03, 2021 Feb 03, 2021
LATEST

Using JS in Acrobat Reader forms no real security risk, but that's your call...

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines