Inserting images into an HTML field attaches the images to the parent record even if the record is not saved.Issue On any form that has a HTML field present, either copy/paste or drag 'n' drop an image into it. You will see that an attachment record is created for the image. If the form is then re-loaded without saving the image no longer displays in the HTML field but the attachment persists.CausePasting an image into the HTML editor behaves the same as adding attachments from the form header. When adding an attachment from the form header it is not required for the form to be saved for it to persist.ResolutionThis is expected behaviour.