Small help with my code

Job ID: 33265950

Budget: $10 – $30 USD

Hello Guys, I have a problem with my script, I have classified site, and when someone want to create a listing he has the option to add his website, but the problem here when he adds the site, the link it's not clickable, I saw the code but didn't understand anything, can u pls help me


{{-- url --}}
<div class="row mb-3 {{ $requiredClass }}">
<label class="col-md-3 col-form-label" for="{{ $fieldId }}">
{{ $field->name }}
@if ($field->required == 1)
<sup>*</sup>
@endif
</label>
<div class="col-md-8">
<input id="{{ $fieldId }}"
name="{{ $fieldName }}"
type="text"
placeholder="{{ $field->name }}"
class="form-control input-md{{ $errorClass }}"
value="{{ $defaultValue }}">
<div class="form-text text-muted">{!! $field->help !!}</div>
</div>
</div>
Related categories: PHP JavaScript CSS HTML jQuery / Prototype