How to include HTML tags in a success message?
533859May 8 2007 — edited May 8 2007I have seen a few posts on this topic in the past, but have not seen a definitive response...apologies if this has been answered.
I would like to have a dynamic process success message that includes some HTML tags in it - in this case an anchor tag that can jump the user back to the object he/she just edited.
So, I build up a dynamic success message in a page variable - say P10_SUCCESS_MSG - and set the Process Success Message field in the relevant Process to &P10_SUCCESS_MSG.
The problem is that when the page template substitutes in my message for #SUCCESS_MESSAGE# it looks like it also escapes any HTML tags, so the markup gets displayed literally on the page.
Is there any recommended way to override or get around this behavior?
Many thanks,
Bill