disable forms
This commit is contained in:
parent
6bee3572d2
commit
a246027e45
@ -3,7 +3,8 @@
|
||||
<div class="row">
|
||||
<div id="content" class="col-xs-12 col-sm-8">
|
||||
<h1>Contáctenos</h1>
|
||||
<form id="contactform" action="contact.php" method="post" class="form-horizontal">
|
||||
<form id="contactform" action="contact.php" method="post" class="form-horizontal">
|
||||
<fieldset disabled="disabled">
|
||||
<div class="form-group">
|
||||
<label class="control-label col-sm-2" for="nombre">Nombre:</label>
|
||||
<div class="col-sm-8">
|
||||
@ -31,6 +32,7 @@
|
||||
<button type="submit" class="btn btn-lg btn-primary">Enviar</button>
|
||||
</div>
|
||||
</div>
|
||||
</fieldset>
|
||||
</form>
|
||||
<br/>
|
||||
<div id="statusmsg" class="alert alert-success">
|
||||
|
@ -4,6 +4,7 @@
|
||||
<h1>Registrarse</h1>
|
||||
|
||||
<form id="registerform" action="register.php" method="post" class="form-horizontal">
|
||||
<fieldset disabled="disabled">
|
||||
<div class="form-group">
|
||||
<label class="control-label col-sm-2" for="txtnombre">Nombre:</label>
|
||||
<div class="col-sm-8">
|
||||
@ -141,6 +142,7 @@
|
||||
<button type="submit" class="btn-lg btn btn-primary">Registrar</button>
|
||||
</div>
|
||||
</div>
|
||||
</fieldset>
|
||||
</form>
|
||||
<p class="text-danger">
|
||||
<strong>*</strong> si por alguna razón necesita registrarse nuevamente, llene el formulario de nuevo y se tendrá en cuenta el último de los registros.
|
||||
@ -172,4 +174,4 @@
|
||||
</div>-->
|
||||
</div>
|
||||
<?php include_once 'sidebar.php'; ?>
|
||||
<?php include_once 'footer.php'; ?>
|
||||
<?php include_once 'footer.php'; ?>
|
||||
|
Loading…
Reference in New Issue
Block a user