In Pega Constellation, we have a requirement to display user consent data to be displayed as static text not as a hyperlink. How can we achieve this in Pega 24?

We are trying multiple options but not able to reflect the data without any space etc. and links are not displaying properly.

Created Custom field label(Rule-UI-Paragraph) which is reflecting to some extent what customer requires but links are not working here

Can you provide description of exact configuration that you are trying to do?

Created a new view which has one field with Text(Paragraph) component type, created Custom field label(Source from library option) entered all the static text, which has some hyper links as well, but it is not displaying in the UI.
This static text to be displayed to the user which has some instructions for the user and some content in a hyperlink, placed condition on the embedded view if none of the options are selected.

Tried to use anchor tag inside the custom field label rule(Rule-UI-Paragraph) not able to view as link at runtime.</a href="https://www/google.com ">TEST
I added <\a></a> otherwise it is displayed as TEST with a link

I don’t think we should have hyper link inside field label. Why you would need that?

Do you want to display some instruction for users? If yes we have other means to do it, not necessarily with label

These static steps need to be hidden if the fields has value selected by the user.
Hyper links are used for additional information for the user available on another(centralized) page.

  1. PROMO details hyperlink for additional steps
  2. Account servicing line2
  3. Loan servicing line3 hyperlink for additional steps
  4. Joint account info hyperlink for additional steps
  5. other services hyperlink for additional steps
    Additional static statements available here it may be like a 10-15 statements.

Hello @RaghunathaB17832311

You may want to look at the below post for reference

Let us know if you have anything specific which you are looking for. Also please let us know what version of Pega are you using.

Regards

JC

@RaghunathaB17832311 Also, consider “additional information” on the property config, which will show up as an info icon next to the field/label. In there, you can have formatting and such.

We looked into this option of additional information, but the user need to click on that option, we want to display the static content upfront and later after selection the static data to be disappeared.