Hi, I am struggling with a silly question. I created a raw link inside a caption in a checkbox. Basically a checkbox “I accept the terms, read it here” But using href, I cannot open webpages in a web app (or at least I don’t know how). So I created a handleurl to receive this page request and then open the webpage.
If Request.path = "termos" then
Termo_webpage.Show
return true
But it seems that the handleurl does not open webpages too.
I have no idea how to proceed… creating a separated caption only for the link and showing the webpage on click was my solution, but it is a nightmare to make the label go to the right place in the checkbox caption…
Has anyone a better solution for this?