- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Under what condition does it need to be deleted? You cannot just click on an image field and hit delete like you would in a text field by selecting the text and hitting delete.
2 options come to mind to resolve this issue:
1- you can have an on Enter event that will clear the field. For example I have a profile form and I want to add my photo. I click the first time and select the photo. I decide I do not like it and I click back into the image field and it clears the field and allows me to select a new picture.
The down fall to this is that a user can overwrite their image
2- you can have a clear button assigned to the image field and use that to delete the image. You can set the button to be screen view only
Views
Replies
Total Likes