Expand my Community achievements bar.

Removing Image from Image field in LiveCycle Designer

Avatar

Level 2

I have set up a image field in a form, once the client enters an image, does he not have the option to remove the image?  Currently the client can only switch the image but not able to remove the image all together.  Please keep in mind I am using an older version of Live Cycle Designer ES 8.2

4 Replies

Avatar

Level 10

You can delete the image with a script.

ImageField.rawValue = null;

Avatar

Level 2

Thanks for the response radzmar.  So I entered this script, now what will the end user/client need to do on their end to remove the image.  I want to be able to give them the option to remove/delete the image

Avatar

Level 10

Put the script into a buttons click event next to the image and add the caption "delete image" or so.

Avatar

Level 2

I added the action button but for some reason once the client clicks on the button it opens up to enter another image vs. removing the exiting image