How to format consent received from Consent Manager?

how-to format consent received from Consent Manager in our custom web app. Is there any formatting tool available in consent manager or in our product to do the same?

I have done below configuration in consent manager.

5 Likes

You can update your existing or create new consent with HTML language instead of plain text:

4 Likes

@naveen.gupta You mean to say just change consent type from text to HTML, this will fix

2 Likes

Addition to the previous reply.

You need to select the Consent Type HTML and write the HTML content.

At the UI side you need to check if the consent type is HTML then render as HTML.

5 Likes

Thanks @naveen.gupta

After applying the suggested changes, this issue is fixed.

4 Likes