This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="contactform"> | |
<form class="form-horizontal" action="send_form_email.php" method="POST" role="form"> | |
<div class="form-group"> | |
<label for="name" class="col-sm-2 control-label" id="name">Nombre*</label> | |
<div class="col-sm-10"> | |
<input type="text" class="form-control" id="" placeholder="Miguel de Cervantes"> | |
</div> | |
</div> | |
<div class="form-group"> | |
<label for="email" class="col-sm-2 control-label" id="name">Email*</label> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang=""> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> | |
<title>Bootstrap 101 Template</title> | |
<!-- Bootstrap --> |