Skip to main content
New Participant
June 25, 2020
Answered

Inserting Digital signature into Listbox

  • June 25, 2020
  • 3 replies
  • 1242 views

Hello All,

what I'm trying to achive is to insert a digitial signature box/boxes into a listbox. The content is that a person would select a few groups that then need and then the javascript would then insert the required amount of digital signature boxs 

 

	AccessList.insertItemAt(cChoice, "s", 0);
	AuthList.insertItemAt("Director____________________________________" , "s", 0);
	AuthList.insertItemAt("Sign" , "s", 0);

	this.addField(cChoice, "signature");

 

the top 3 line works fine but i cant get the last line to work

i need some help please 

This topic has been closed for replies.
Correct answer try67

As mentioned, that is not possible. What you can do, though, is create a separate Digital Signature field and then show it when the Sign option is selected (and hide it when it's not).

3 replies

New Participant
June 25, 2020

is there a possiable way to dynamicly add them to the page as required, rather then just hiding them and unhiding them

 

try67
Adobe Expert
June 25, 2020

Assuming the file will be used in Reader, no. Also, the effect will be exactly the same, only hiding/showing them is much easier than creating/deleting them. PDF files are not dynamic in this way. They don't "re-flow" when you add/remove fields.

New Participant
June 25, 2020

that makes it difficult as i have multiple different areas they can be selected from a drop down box with each area requiring different authorisation. my plan was to the the signature populate with the required person job title and then the signature field beside. 

try67
try67Correct answer
Adobe Expert
June 25, 2020

As mentioned, that is not possible. What you can do, though, is create a separate Digital Signature field and then show it when the Sign option is selected (and hide it when it's not).

Bernd Alheit
Adobe Expert
June 25, 2020

You can't add a field to a listbox.