Created
November 20, 2012 02:28
-
-
Save felipelavinz/4115548 to your computer and use it in GitHub Desktop.
Formulario de Contacto Maestro para Diplomados y Actividades Académicas
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 class="form grid_12 suffix_4"> | |
<div class="field"> | |
<label for="contact-name">Nombre *</label> | |
[text* nombre id:contact-name class:input-text] | |
</div> | |
<div class="field"> | |
<label for="contact-occupation">Ocupación/Profesión</label> | |
[text ocupacion id:contact-occupation class:input-text] | |
</div> | |
<div class="field"> | |
<label for="contact-city">Ciudad</label> | |
[text ciudad id:contact-city class:input-text] | |
</div> | |
<div class="field"> | |
<label for="contact-email">E-Mail *</label> | |
[email* email id:contact-email class:input-text] | |
</div> | |
<div class="field"> | |
<label for="contact-message">Mensaje *</label> | |
[textarea* mensaje id:contact-message] | |
</div> | |
<div class="field cf"> | |
<span class="required-label">(*) Campos obligatorios</span> | |
[submit id:submit class:button class:button-submit class:right "Enviar"] | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment