develop a portal with bootstrap, but in the contacts section I do not see the mobile keyboard to fill it, it's like it was blocked.
Someone can help me, because from the browser it's normal, but from the phone it will not let me.
http://svconstructions.com.ec/sv/contactos.php
Here is the code of the section
<section class="contact-form wow fadeInUp">
<div class="container">
<div class="row">
<div class="col-md-9">
<form>
<div class="form-group">
<label>Name</label>
<input type="text" name="">
</div>
<div class="form-group full-width">
<input type="text" name="" style="border:solid 1px #000" placeholder="Nombres">
</div><!-- end form-group -->
<div class="form-group full-width">
<input type="text" name="s" style="border:solid 1px #000" placeholder="Correo Electrónico">
</div><!-- end form-group -->
<div class="form-group full-width">
<input type="text" name="s" style="border:solid 1px #000" placeholder="Teléfono">
</div>
<div class="form-group full-width">
<input type="text" name="" style="border:solid 1px #000" placeholder="Ciudad o Sector">
</div><!-- end form-group -->
<div class="form-group full-width">
<input type="text" name="s" style="border:solid 1px #000" placeholder="Asunto">
</div><!-- end form-group -->
<div class="form-group full-width">
<textarea name="s" style="border:solid 1px #000" placeholder="Mensaje"></textarea>
</div><!-- end form-group -->
<div class="form-group">
<p> <a href="#" class="site-btn">Enviar</a></p>
</div><!-- end form-group -->
</form>
</div>
<div class="col-md-3 wow fadeInUp">
<div class="title-box">
<!-- <h5>Moctezuma s/n y Caupolican</h5> -->
<h3>DATOS DE CONTACTO</h3>
<span></span>
</div><!-- end title-box -->
<address>
<p> <b>Dirección:</b> <br>Calle Moctezuma s/n y Avenida
Los Andes. <br> Sector Monay Shopping - Totoracocha <br><b>
Teléfono:</b><br> +593 7 828282<br><b>Correo Electrónico:</b>
[email protected]<br><br>Cuenca - Ecuador</p><br>
</address>
</div><!-- end col-12 -->
</div><!-- end row -->
</div><!-- end container -->
</section>