My problem is front-end type.
Since the only thing I want to do is that my type label <a>
can be placed right next to my input.
Current code
<div class="input-group pull-left">
<span class="input-group-addon" id="basic-addon1">@</span>
<input type="text" class="form-control" id="txtBusquedaG" placeholder="Ingrse una busqueda" aria-describedby="basic-addon1">
</div>
<a>¿Eres Artesano?</a>
The result is the following: