Jump to content
  • 0

Adding a hyperlink to individual details page


Seamie

Question

Hi all, 

I'm new to caspio and have no experience in the field at all.

I'm trying to create a database for a small gaming community which is going well. So far I've created a scaled down version of what I'm hoping to achieve, you can find it Here.  

I'm struggling to find a way to add hyperlinks to individual details pages.  For example after searching for a player the user will be directed to This Page.  I'd like to add a link in the players name which would take the user to another website.  

If anyone has done this or knows how it's done I'd appreciate some advice.

Thanks 

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0
On 11/26/2016 at 4:31 PM, Seamie said:

Hi all, 

I'm new to caspio and have no experience in the field at all.

I'm trying to create a database for a small gaming community which is going well. So far I've created a scaled down version of what I'm hoping to achieve, you can find it Here.  

I'm struggling to find a way to add hyperlinks to individual details pages.  For example after searching for a player the user will be directed to This Page.  I'd like to add a link in the players name which would take the user to another website.  

If anyone has done this or knows how it's done I'd appreciate some advice.

Thanks 

Hi,

you need to store URLs in the table. A link can be created in html block.

The example of the html code:

<a href="[@field:URL]"target="_blank">[@field:name]</a>

 Replace [@field:URL] with field name were you store URLs and [@field:name] with field where you store names.

Link to comment
Share on other sites

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...