Let's say the weblink is of the format www.(custom_field_value).com. You can use the Concat formula to achieve this.

Formula used:  concat( 'www.', concat( {{Lead.cf_custom_field}} ,'.com') )