I’ve noticed that when we set a “send email to contact” action on a form, we can then use the forms fields on that email:
Code:
{formfield=some_field_name}
But when when I try to use that on a URL it gets encoded and it's not evaluated.
For example, when using the email Builder and setting a link:
Before saving the email:
After saving the email:
Is there a work-around for this?