On LF Forms 11 Update 5, using modern designer/ Forms Layout designer, I've create a printable report that uses dynamic images within a custom html field sourced from a url provided by a database table. Occasionally, there is a url in the table value, but there is no image available on the server that hosts the images, and my users would like a default visually friendly image inserted instead.
I've unsuccessfully tried to replace the missing image using the onerror attribute inside the img tag solution and using an object/img solution. Both are not supported in this set up.
Is there any way to set a default image for the missing images?