Hi Guys,
I have had it with damn forms I have one on my new website but I can't fro the life of me get it to work. Here is what I have coded. Tell me I am missing something...
help me fix this... also the Doctype is HTML
Thanks awesome people 🙂
I have had it with damn forms I have one on my new website but I can't fro the life of me get it to work. Here is what I have coded. Tell me I am missing something...
Code:
<section id="contact">
<div class="container">
<h1>Contact</h1>
<div class="block"></div>
<form >
<div class="row">
<div class="six columns">
<label for="Name">Name</label>
<input name="Name" class="u-full-width" type="text">
</div>
<div class="six columns">
<label for="Email">Email</label>
<input name="E-Mail Address" class="u-full-width" type="email">
</div>
</div>
<div class="row">
<label for="Message">Message</label>
<textarea name="Message" class="u-full-width"></textarea>
<input class="button-primary" type="submit" value="Send">
<input action="mailto:[email protected]" enctype="text/plain" type="hidden" name="body" />
</div>
</form>
</div>
</section>
help me fix this... also the Doctype is HTML
Thanks awesome people 🙂







