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

Custom Dialog Dynamic Stamp - Dropdown Menu

New Here ,
Sep 07, 2021 Sep 07, 2021

 

Hi there.

1) I have a dynamic stamp with JS script implemented in it, and I wanted to add a field with a drop-down Menu in it. Any help please? I don't even know what to put for type etc (like the code below(#2)).

2) Also I have another question: is there a way to limit the length of characters to a number lets say 200, and the rows to a number lets say 5?

 {
 type: "edit_text",
 item_id: "whatever",
 variable_Name: "m",
 multiline: "true",
 width: 400,
 height: 23,
 char_width: 8
 },




If you could do a single menu example with (A,B,C choices) I would really appreciate it.
I've already read about the Popup dialog in the documentation, but I don't know how to implement a drop-down version it in the dynamic stamp.


TOPICS
General troubleshooting , How to , JavaScript , PDF forms
1.9K
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
Adobe Employee ,
Sep 07, 2021 Sep 07, 2021

Hi Nusret

 

Hope you are doing well and sorry for the trouble.

 

Please check out the similar discussions with the correct answers marked below and see if that works for you.

 

https://community.adobe.com/t5/acrobat-sdk-discussions/dynamic-stamps-w-dialog-box-containing-popup-...

 

https://community.adobe.com/t5/acrobat-discussions/help-to-create-dynamic-dropdown-menu/td-p/1203998...

 

Regards

Amal

Regards
Amal
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 ,
Sep 07, 2021 Sep 07, 2021

 

 

Hi Amal
Thanks for your response.

The thing is, I've read a lot of stuff and watched a lot of YouTube videos and posts like "dynamic_stamp_secrets".

I can't incorporate the dropdown menu into the code I have.

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 ,
Sep 07, 2021 Sep 07, 2021

I'm getting this error and I can't send messages here 😞 [flooded 3600 secs etc]

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 ,
Sep 07, 2021 Sep 07, 2021
LATEST

 

basically, I wanted to explain, there are 14 boxes. and I want to add another box, i.e the drop-down menu. That's all.

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