Registration form Custom URL Field not live

This topic contains 2 reply and 2 voices, and was last updated by Tareq Hasan 10 years, 9 months ago
Viewing 2 Posts - 1 through 2 (of 2 total)
Author Posts
July 27, 2013 at 4:20 am 6364
Tareq Hasan Hi, So far my experience with your plugin has been great and your support has been terrific. I am having a small problem with a Registration Form that I made for my users. I created a field that allows users to inout a URL but the link when displayed is not live. Here is an example: http://picture-book.com/author/anne-kennedy/ I am not sure if this is a WPUFE issue or something else. thanks.
July 27, 2013 at 4:37 am 6365
Tareq Hasan Tareq Hasan

You mean the link is not clickable?

July 27, 2013 at 4:42 am 6366
Tareq Hasan Tareq Hasan

You should display the URL like this
[php]
echo make_clickable( get_user_meta( $user_id, ‘url’, true ) );
[/php]

Viewing 2 Posts - 1 through 2 (of 2 total)