Add custom HTML to Form’s Success Message
-
Hi George,
I’m using a form in our website via the [msdyncrm_twig] and a {% form %} tag, as I already have a form in CRM I’m providing the form name in the tag as this:
{% form entity=”new_inscriptosporevento” name=”Informacion” mode=”create” messages={“success”: “Thanks, you’ve registered correctly, you can see more information in your account“, “error”: “Something went wrong. Please try again in a moment.”} %}{% endform %}
As you can see, I’m trying to insert a link in the success message but it gets rendered as plain text and not as HTML. Do you know if there’s a way to add this link?
Thanks,
Guillermo.-
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Add custom HTML to Form’s Success Message’ is closed to new replies.