Format text in form help key

Which IIQ version are you inquiring about?

8.4

Please share any images or screenshots, if relevant.

Share all details about your problem, including any error messages you may have received.

I’m trying to find out if it’s possible to use HTML formatting, may not be even the full set but a limited set like line breaks and tabs in form help key.
I don’t think there is an OOTB way by using some config like contentIsEscaped

Hello Bhuvanesh

Can you please elaborate about issue and exact place where need to be corrected

Hello @BhuvaneshGeddam

It seems you are trying to use it for help key in a custom form. If that’s the case, line break isn’t required as this is not something to be parsed as VTL, but to be considered as Java string. you can try \n if required.

Based on documentation, it is not possible to format the helpkey value in HTML format. It can be text or a localizable message key.