Hey guys,
I'm using Form builder module by Ryan and I'm trying to render HTML success message after form is sent using value from this field:
but it renders exactly as it is written in the field, not as HTML. To render it I just use echo
<?= $successMessage ?>
What am I missing?
Thanks for any help. ?