I have a form that has a image attribute on it. I have set an HTML attribute so that it shows on the right side of the form.
The html looks like this:
<div id="imageshadow">
<img src=<<MediaFiles.MediaDocument>> height="300" width="400"/>
</div>
No problem with the display, except I only want to display it if it is not a video file (MP4 or AVI).
How can I condition that attribute for that?
Thanks,
Jim