humbabba Posted August 15, 2009 Report Share Posted August 15, 2009 Hi, I have an authenticated datapage. It's authenticated off a table containing (a) username ( password © display name and (d) image. I'm only requring users to submit (a) and (, then on their data display page I'm showing © as well using the [@authfield:Display_Name] received parameter. Can't figure out how to display the associated image as well. Anyone? Quote Link to comment Share on other sites More sharing options...
0 bahar_vm Posted August 18, 2009 Report Share Posted August 18, 2009 Hi, There is a way to achieve this. You need to have one additional DataPage built on the authentication table and include the image field in the results or details page, this way you will be able to get a reference to the images that are stored in Caspio Files section. So there will be a URL for each image and you can reference it as: http://b2.caspio.com/dpImages.asp?appkey=XXXXX&file=[@authfield:myFile] b2.caspio.com should be replaced by your own specific Caspio server found in the deploy code of any of your DataPages. XXXXX should be replaced by the Appkey of your referenced Results Page displaying all your images. [@field:myFile] should be replaced with the name of your file field. You can also refer to Bridge How To section to read more FAQs. Best, Bahar M. Quote Link to comment Share on other sites More sharing options...
0 Meekeee Posted January 15, 2020 Report Share Posted January 15, 2020 Just an update, if you wanted to show a certain image on the associated record. For display purposes, you could now use Virtual Field and Calculated Value. Or you may check this post: I hope this helps! Quote Link to comment Share on other sites More sharing options...
0 cheonsa Posted April 24, 2021 Report Share Posted April 24, 2021 To display the image of the user who is logged in, you just need to call this authentication field in the Header. Make sure that the file field contains '/' to render it as an image. Here is the code for that as well. <img alt="" src="[@authfield:Photo/]" style="width: 200px; height: 200px; margin: 1px;" /> Quote Link to comment Share on other sites More sharing options...
Question
humbabba
Hi,
I have an authenticated datapage. It's authenticated off a table containing (a) username (
password © display name and (d) image.
I'm only requring users to submit (a) and (
, then on their data display page I'm showing © as well using the [@authfield:Display_Name] received parameter.
Can't figure out how to display the associated image as well.
Anyone?
Link to comment
Share on other sites
3 answers to this question
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.