Email links in email templates display full domain

chavab_1

New Member
I created a custom email template for my form. In the template I've added some placeholders so the email recipient could get the data that the user filled out in the form. Everything is working and rendering correctly except for an email link that I want to include. Inside of the a tag instead of just the email address being rendered, the whole domain plus the email address get rendered. The funny thing is that I've tested by removing the entire placeholder and just leaving the href attribute blank, and it still renders the domain.

I don't know if there's a setting that I need to adjust but I've looked everywhere.

Here's the code that I have in my template:

<a href="{fab_test___email}">{fab_test___email}</a>

This is what's rendered in the email:

<a href="www.mydomain/test@gmail.com">test@gmail.com</a>
 
I'm sorry, yeah that was the first code I added. I did update it to include mailto but I still got the same result.

I'll try adding the patch and see if that fixes it.

Thanx
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top