Custom Dialog Dynamic Stamp - Dropdown Menu
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
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.
Regards
Amal
Amal
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
I'm getting this error and I can't send messages here 😞 [flooded 3600 secs etc]
Copy link to clipboard
Copied
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.

