0
I used Bootstrap to insert spam written http://right 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>
I think he doesn’t want the value to appear inside the field, after all the same is already displayed by the boostrap he created.
– José Henrique Luckmann
I understand, I may have misunderstood, I will await his return.
– Mateus Veloso
Exactly as José said, I need to send him without him appearing in the field. :/
– Joselito
So it needs to be done at the time of sending, you will do this sending via Submit or ajax, put more information.
– Mateus Veloso