Running v2018, I have an image field in the list table. I would like to click on that image so it will take me to that particular record view.
At the moment when I click on the image, it shoes the same image in a modal box.Thanks,
Nelson
Running v2018, I have an image field in the list table. I would like to click on that image so it will take me to that particular record view.
At the moment when I click on the image, it shoes the same image in a modal box.Thanks,
Nelson
You may set the Hyperlink settings, see the topic Field Setup > View Tag > Hyperlink in the help file.
Thanks for the reply,I tried that and realized that the hyperlink settings under the field setup won’t let me type my own code. It will only give me a dropdown where I can chose one of the fields of the same table. Is there any other way to accomplish this?
You may use Prefix and Suffix, see the examples in the help file.
Using the prefix and suffix as described in the examples is not working for me.Here is a description of my table.Table Name: My_Art
Field1 key Art_id
Field2 Image
Field3 TitleThe image is already a hyperlink even when left all default and it goes to the following URL: My_Art_Image_bv.php?Art_id=1When I add a Prefix it will go to the same link as above.When I add both, a Prefix and a Suffix it will go to the same link as above but it will add the Suffix like this: My_Art_Image_bv.php?Art_id=1&Art_id=1I am not a programmer. How can I make the image not to show as a link and then I can add the link using the Prefix and Suffix?Thank you for all the help.
Do not set the HREF field as the image field itself, use another field, e.g. the primary key field.