Wrap this custom field with hyperlink link

You can do this by validating and wrapping a anchor tag. First check that in the input, which user has given any has prefix like http:// or www or not. If user has not given that then add the prefix with the input and place it at the href attribute of the anchor tag. I think it will do the work