Hyperlink Field

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

Hyperlink Field

Post by alex »

Hello! I use Fields >View Tag > Hyperlink settings for table "loans" as follows:

"HREF field" > investorId
"Prefix" > investorsview/

From "loanslist" page I get proper link as: https://mydomain.ru/investorsview/5

From "loansview/7?showdetail=" page I get 404 (Not Found) error because link is as: https://mydomain.ru/loansview/investorsview/5

Please advice how to solve. (v2024)


arbei
User
Posts: 9384

Post by arbei »

Your prefix should be absolute (starting with "/"), e.g. /investorsview/.


alex
User
Posts: 267

Post by alex »

Thank you!


Post Reply