Html in response message
-
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 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Html in response message’ is closed to new replies.