XF 2.2 How to insert custom user field value to other custom user field?

  • Thread starter Thread starter Deleted member 225812
  • Start date Start date
D

Deleted member 225812

Guest
Hello,

I need insert {$value} from custom user field one (there url) to custom user field two in "Wrapper display HTML".

What I need:
Code:
<span><a href="here I need {$value} from user custom field one" target="_blank">{$title}</a></span>{$value}

This is possible? Thanks.
 
It's not possible in the custom user field but it would likely be possible by editing the template(s) and injecting the code manually.

You would likely need a conditional statement to target the custom user field you want to modify.
 
Top Bottom