Expand my Community achievements bar.

Deleting Image from Image Field

Avatar

Level 1

I created a fillable pdf and used LiveCycle Design to add image field.  The problem is, the user cannot delete an image--only add/replace with another.  I've tried adding a button (click function) and attaching the JavaScript imageField.rawValue = null;  but it is not doing anything when I click on it.

PLEASE someone advise for a solution!!!!

3 Replies

Avatar

Level 6

You should post this to the LiveCycle Designer forum if you haven't already.

Avatar

Level 10

Hi,

You can achieve this with a little additional script that looks to see if the Shift key is held down when the user clicks the image field. See an example here: http://assure.ly/j1KdNq.

Hope that helps,

Niall