Hello,
I created a custom field where the user must enter an url.
Then to format the URL I use the HTML field like this:
I decided to display it in profile users. when i go to a profil user and click on the link it doesn't work because the link is like this
in real
Where is the problem ?
I created a custom field where the user must enter an url.
Then to format the URL I use the HTML field like this:
<a href="{$valueUrl}" target="blank">{$fieldId}</a>
I decided to display it in profile users. when i go to a profil user and click on the link it doesn't work because the link is like this
myboardURL/members/nickname/customfieldURL
in real
https://www.le-sporting-club.fr/membres/nicolas.1/http%3A%2F%2Fwww.movescount.com%2Ffr%2Fmembers%2Fmember2290470-nikodak
Where is the problem ?
Last edited: