Expand my Community achievements bar.

De-selecting picture in form created in Acrobat Designer 7

Avatar

Level 1

Hi All

I have created a form in Acrobat Designer 7 for users to populate with Adobe Reader and submit by email. The problem I have is that once an image has been placed in the image field in Adobe Reader, the user cannot remove it. The issue is made worse in that by adding a different image, both images are overlayed and results in a large file size.

Any suggestions?

1 Reply

Avatar

Level 6

I successfully tried the following.....I have added a button next to the image field and used the following code in "Click" event....

this.parent.ImageField1.dataNode.value = "";

Which created the image and set to white space.....good start for you to think in that direction?