How to shorten links?

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

How to shorten links?

Post by mehmetbkm »

I have a field named "doi" in the URL structure in my database. I selected this field as the href field from hyperlink section using PHPMaker 2024. It automatically converts data into links. Because the links are long, they look very unattractive. I want to shorten them using HTML code like <a href='doi'>click here</a>, but it does not allow this.


arbei
User
Posts: 9384

Post by arbei »

The content of the link is the field value, you may change the field value by changing the ViewValue property of the field object by Row_Rendered server event.


Post Reply