mark048 Posted February 7, 2017 Report Share Posted February 7, 2017 Does anyone have a solution for displaying a dynamic image on a submission page? My customers can choose an image using the file selector to pick an image in my caspio datapage. I would like a thumbnail to appear when they pick an image from the dropdown, and then change if they make a different selection. Thanks, Mark Quote Link to comment Share on other sites More sharing options...
TWIRED Posted February 7, 2017 Report Share Posted February 7, 2017 This might help... Pure JS http://stackoverflow.com/questions/28545509/display-image-thumbnail-of-image-selected-from-filepicker http://stackoverflow.com/questions/23598175/thumbnail-image-that-pop-when-selected-javascript JQuery/Lightbox Method http://www.lokeshdhakar.com/projects/lightbox2/?u=9 Quote Link to comment Share on other sites More sharing options...
Mathilda Posted February 8, 2017 Report Share Posted February 8, 2017 11 hours ago, Pulford said: Does anyone have a solution for displaying a dynamic image on a submission page? My customers can choose an image using the file selector to pick an image in my caspio datapage. I would like a thumbnail to appear when they pick an image from the dropdown, and then change if they make a different selection. Thanks, Mark Hi Mark, You may try using solution from this post. Hope that helps Quote Link to comment Share on other sites More sharing options...
mark048 Posted February 8, 2017 Author Report Share Posted February 8, 2017 I'll give it a try tonight. Thanks so much! Mark Quote Link to comment Share on other sites More sharing options...
mark048 Posted February 8, 2017 Author Report Share Posted February 8, 2017 I think that will work, I just have to figure out how to add the last section to the header of my webpage (I use GoDaddy wordpress). <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> <link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/jquery-ui.css"> <script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js"></script> <meta charset=utf-8 /> Quote Link to comment Share on other sites More sharing options...
Meekeee Posted August 12, 2022 Report Share Posted August 12, 2022 Hi! Just an update on this, Caspio has a new Tech tip called Zooming in and out of Images in Report DataPages. To know more on how to implement it in the DataPage, you can check it here: https://howto.caspio.com/tech-tips-and-articles/advanced-customizations/zooming-images-in-report-datapages/ Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.