Such, am a n dell'ovato developing of websites, only have OICE a KompoZer very basic HTML and some Flash.
currently I'm trying to adentrame a little HTML5 and css, and I'm playing with some templates to view the operation of the same when I do some changes in them, since it is more easy to understand the behavior of the same seeing those changes
in which I am stuck it in a contact form, the tameplate brings the form with the fields and the actions to perform, but I have not found such as using the mailing address for uq earlier messages.
the code of the is the GIS:
</div>
<h2>Mensages</h2>
<form id="ContactForm">
<div>
<div class="wrapper">
<span>Nombre:</span>
<input type="text" class="input" >
</div>
<div class="wrapper">
<span>E-mail:</span>
<input type="text" class="input" >
</div>
<div class="textarea_box">
<span>Mensage:</span>
<textarea name="textarea" cols="1" rows="1"></textarea>
</div>
<div class="wrapper">
<span> </span>
<a href="#" class="button1" onClick="document.getElementById('ContactForm').reset()"><span></span><strong>Limpiar</strong></a>
<a href="#" class="button1" onClick="document.getElementById('ContactForm').submit()"><span></span><strong>Mandar</strong></a>
</div>
</div>
</form>
</div>
- </div>
- <h2>Mensages</h2>
- <form id="ContactForm">
- <div>
- <div class="wrapper">
- <span>Nombre:</span>
- <input type="text" class="input" >
- </div>
- <div class="wrapper">
- <span>E-mail:</span>
- <input type="text" class="input" >
- </div>
- <div class="textarea_box">
- <span>Mensage:</span>
- <textarea name="textarea" cols="1" rows="1"></textarea>
- </div>
- <div class="wrapper">
- <span> </span>
- <a href="#" class="button1" onClick="document.getElementById('ContactForm').reset()"><span></span><strong>Limpiar</strong></a>
- <a href="#" class="button1" onClick="document.getElementById('ContactForm').submit()"><span></span><strong>Mandar</strong></a>
- </div>
- </div>
- </form>
- </div>
This code is a template monster template, in specific the thom sander, I have found similar codes in tutorials but not mentioned where customize the mail that I want to that is send messages
I hope your comments, thank you