I used Bootstrap to insert a typed http: // spam at the beginning of the input.
But I would like to know how to leave the input with this value by default, and then the user only fills the site you want.
<label for="name">SITE
<div class="input-group">
<span class="input-group-addon" id="basic-addon3">https://</span>
<input class="inp-contato" type="text" name="" id="" aria-describedby="basic-addon3" placeholder="Digite seu site," value="value.site"/>
</div>
</label>