Character "&" gets "&"
Closed this issue · 2 comments
alexanderhacke commented
When I receive a message, the "&" characters become &
.
Is there a solution to prevent this?
Thank you, Alex
mzur commented
You probably get the value with $form->data('key')
, right? To disable escaping here you can do $form->data('key', escape: false)
.
mzur commented
Please reopen if this is still relevant.