Pega Helper Text

I have this requirement where when a user hovers the mouse over any field in a form, a helper text with some instructions and a “link(url)” appears. the link in the helper text should be clickable. Is this functionality possible in pega? I tried making field values but it didnt supported the link functionality. If its possinle how can we do so,

@kumarv3316

You can try using the show smart info action on hover of the required field. And configure the section for displaying the smart info. And inside the section you can have the link. Please refer to the doc for more info.

HelperText_Link.docx (157 KB)

@HariPriyaY Thank you very much for the help. It is working fine. The word document was very helpful.