• Resolved garoman

    (@garoman)


    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)
  • Plugin Author alexacrm

    (@alexacrm)

    Hi Guillermo,

    not sure if it’s supported and is going to work but try assigning the message as HTML to a variable + play with encoding and making it raw.

    Thanks
    George

Viewing 1 replies (of 1 total)
  • The topic ‘Add custom HTML to Form’s Success Message’ is closed to new replies.