Hyperlink in toast message

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

Hyperlink in toast message

Post by WABez »

I've been trying to put a hyperlink into a toast message, however I can't get it to work.

I have the following very simple piece of code:
$this->setFailureMessage("My failure message here and it is working just fine");

So what I would like to do is to add a hyperlink to the text of the message, i.e.:
$this->setFailureMessage("My failure message here <hyperlink here> and it is working just fine");

Any ideas would be appreciated.


mobhar
User
Posts: 11703

Post by mobhar »

Just include the link into your message as usual, and it should work. You may post your code for more discussion.


WABez
User
Posts: 199

Post by WABez »

All sorted. Happens when you "quickly copy" code elsewhere. Was not important, just a test. Thanks.


Post Reply