Hyperlink Field

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
napiedra
User
Posts: 145

Hyperlink Field

Post by napiedra »

I am trying to add a field with a hyperlink to a web URL that opens on a new window.

On the HREF field I selected "Name" as one of my field is called Name.

The original field value is un-selected. On the Target I selected _blank.

I was expecting to see the Name listed in the table list as a hyperlink and when I would click it would take me to the actual hyperlink I typed on that field but I do see the same really long hyperlink.

Is there a way to show certain name as a hyperlink and when you click on it, it will take you to the actual link you typed on the field?

Thank you!
Nelson


arbei
User
Posts: 9787

Post by arbei »

You have wrong settings, the HREF field should be the field storing the href value (i.e. the URL) of your hyperlink. You should have two fields, e.g. Name and URL, then you set the Hyperlink for the field "Name".


Post Reply