MarkMayhrai Posted January 20 Report Share Posted January 20 Is it possible to convert the label for a field on a submission record page into a clickable hyperlink? Quote Link to comment Share on other sites More sharing options...
Jodie Posted January 21 Report Share Posted January 21 In the field label you can add the <a> href attribute. You should get a clickable hyperlink to the webpage you're after if you change the field label from "Vessel" as follows: <a href="https://your site details">Vessel</a> For specific details you can check out W3 Schools here: https://www.w3schools.com/tags/att_a_href.asp Quote Link to comment Share on other sites More sharing options...
CoopperBackpack Posted January 22 Report Share Posted January 22 Hello @MarkMayhrai, Jodie`s suggestion is correct. I just wanted to add that the 'label' field supports HTML tags and inline CSS styles if you need to style a label: For example: <a style="color: #9f15ed;" href="https://forums.caspio.com/" target="_blank">Vessel</a> 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.