Photo with External link

Hi Everyone,

I have a simple form that a user can add a photo and I would like them to add an external link to that photo so that once saved and someone clicks on the photo it redirects them to the external link.

any idea how to accomplish this?

thanx

Solved Solved
0 2 347
1 ACCEPTED SOLUTION

You mean like a Gallery view, with a View URL Action as the Row Select behavior? Or maybe you could inline-attach the View URL Action directly to the image column?

View solution in original post

2 REPLIES 2

You mean like a Gallery view, with a View URL Action as the Row Select behavior? Or maybe you could inline-attach the View URL Action directly to the image column?

Technically speaking, only one possible solution is to use new rich text feature (for longtext column) where you display image, which is taken from the conventional image type fields. Then you wrap the html tag by tag to create hyperlink to any external url, including the image the user sees.

Top Labels in this Space