Display uploaded image in HTML view
I'm new to Zoho Creator and need help understanding how to render an uploaded image onto an HTML view. I've read other posts and I've tried different things, but I still can't get it to work. Maybe I'm not understanding something???
I have a form with the upload_image field and display_image field with formula (as noted in the forum). I created a List View based on the form and the image renders as expected. Now, on each record listed in the List View, I have a custom action called [View] which invokes an HTML view (created in ZohoCreator) (via openurl) which displays the contents of that one record. How do I get the image to display? I'm passing parameters to the HTML view, one of which is the upload_image. What tags/script do I need to put into the HTML view to display the image when the page displays?
Or am I just doing this wrong?
Thanks