Add HyperLink on a prompt

Hi !

I am currently using the prompt tag on a button because I want confirmation from users.

I would like to add an hyperlink to this prompt message. I tried some things like on the form views <![CDATA[… but I can’t make it work

Is it technically possible to do it ?

Thanks in advance,

Hello,

You can create an action-validate that will be activated on the onClick of a button.
Below, here an alert on the click of the validate button

The validate-action are of following type: error, alert, info, notify

See the following Axelor documentation:
https://docs.axelor.com/adk/5.4/dev-guide/actions/action-validate.html

Hope this can help you.

Hello NicolasAlterSI,
Hope you are doing well,

You can make a function having an alert() or popup() and call it where you want to use it .
For this you have to close default prompt function first.