Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Html in response message

$
0
0

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 ?


Viewing all articles
Browse latest Browse all 59525

Trending Articles