cancel
Showing results for 
Search instead for 
Did you mean: 

Can i give delete option in adobe form?

Former Member
0 Kudos

Hi,

Is it possible to provide photo deletion facility in adobe forms?The user must be able to delete the photo. Right now by default, if i click on the photo it allows me to replace the photo but what if i want to delete it and not replace the same.

Regards,

Archana

Accepted Solutions (0)

Answers (1)

Answers (1)

prajeshdesai
Contributor
0 Kudos

You can try below script on delete button click,


ImageField.rawValue = null;


Where,

ImageFiled = Name of your image field.

Hope this helps.