Page 1 of 1

[SOLVED] Combine email with listit2

Posted: Mon Oct 20, 2014 3:24 pm
by Masweb
I want to use this tag:

{email address="me@example.com" linkname="email me" class="blue_style"}

in a listit field like this:

{$item->fielddefs.emailadres.value|cms_escape}

But this doesn't work: (offcourse)

{email address="{$item->fielddefs.emailadres.value|cms_escape}" linkname="email me" class="blue_style"}

But how I can use that together?

Thank for your answers!

Re: Combine email with listit2

Posted: Mon Oct 20, 2014 5:21 pm
by Rolf

Code: Select all

{email address=$item->fielddefs.emailadres.value|cms_escape linkname='email me' class='blue_style'}

Re: Combine email with listit2

Posted: Mon Oct 20, 2014 7:57 pm
by Masweb
Fantastic! Works for me!

Thanks Rolf (Dank je)