Replies: 0
hallo, i have problem with showing up custom error/succes messages.
$msgs = $contact_form->prop(‘messages’);
$msgs[‘mail_sent_ok’] = $somehtmlcode;
$contact_form->set_properties(array(‘messages’ => $msgs));
when we view on frontend instead of html code we see only plain text, all tags are stripped.
how can we change that ?