I am working on a scenario where I need to set a default value for a TextField and need to make it clickable as it is a link to a website.
I know that a text field descriptor can be used to add a clickable link in the descriptor field but I don't need it in the descriptor. I need the link and the descriptor both with separate texts. Is there any way I could populate the link as the default value in the text field and whenever the screen appears, it shows the default value and that default link is clickable as well?
Is there any other CustomField that can do this kind of stuff if Text Field does not support it?
