Jump to content

Recommended Posts

Posted

boas, tenho um formulário de contactos mas na parte do enviar, nao envia para o meu email

<section id="content">
	  <div class="wrapper">
	    <h2>Contacte</h2>
	    <form id="ContactForm" action="#">
		  <div>
		    <div class="wrapper"> <span>Nome:</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>Mensagem:</span>
			  <textarea name="textarea" cols="1" rows="1"></textarea>
		    </div>
		    <span> </span> <a href="#" class="button">Limpar</a> <a href="meu email" class="button">Enviar</a> </div>
	    </form>
	  </div>
    </section>
  </div>
   </div>
 </div>
</div>

HTML Master

The programs change the world

Posted (edited)

nao aparece nenhum botao

Faz assim:

<section id="content">
			 <div class="wrapper">
			 <h2>Contacte</h2>
                <form id="ContactForm" action="MAILTO:someone@example.com" method="post" enctype="text/plain">
					 <div>
					 <div class="wrapper"> <span>Nome:</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>Mensagem:</span>
							 <textarea name="textarea" cols="1" rows="1"></textarea>
					 </div>
					 <span> </span> <input type="reset" value="Limpar"> <input type="submit" value="Enviar"> </div>
			 </form>
			 </div>
	 </section>
	 </div>
</div>
</div>
</div>
Edited by legd1991

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site you accept our Terms of Use and Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.