Umbraco.Forms.Issues icon indicating copy to clipboard operation
Umbraco.Forms.Issues copied to clipboard

Render ReCaptcha Error message as Html.Raw() rather than as-is

Open hfloyd opened this issue 3 years ago • 2 comments

There is a nice field to add an "Error Message" when configuring the ReCaptcha question: image

It would be great if this could be rendered out such that any included HTML tags were parsed, rather than encoded. This would allow some simple formatting and clickable links, if desired.

hfloyd avatar Oct 07 '22 21:10 hfloyd

Note - there are potential security issues with rendering using Html.Raw, but we could instead look at making this available as a rich text field, like we are introducing in #873.

AndyButland avatar Mar 01 '23 09:03 AndyButland

That would solve it for my use-case!

hfloyd avatar Mar 01 '23 16:03 hfloyd