Ir para conteúdo
Fórum Script Brasil
  • 0

Formulario de E_Mail


Añd®é™

Pergunta

Boa noite a todos, gente gostaria de saber se alguém tem um formulario de e_mail bem simples para me fornecer pois to querendo por um no meu site, ate tentei desenvolver um mais num funcionou não, então resolvi vir aqui tentar a ultima opção. O formulario tem que ser bem simples, contendo apenas (Nome, E_mail, Telefone, Assunto, e a Mensagem, e gostaria que após a mensagem aparecesse MENSAGEM ENVIADA EM BREVE RETORNAREMOS.

Forte Abraço.

Link para o comentário
Compartilhar em outros sites

3 respostass a esta questão

Posts Recomendados

  • 0

Cara consegui esse funciona legal, mais a mensagem chega só com os pedidos de dados, os dados somem, o que sera que esta errado

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Contato Via Formulário</title>
</head>

<body>

<table width="503" border="0" cellspacing="0" cellpadding="0" id="table1">
          <tr>
            <td><font face="Tahoma" style="font-size: 8pt"><span class="style1"><br>
            <img border="0" src="05.gif" width="8" height="13">Contato via 
            formulário <br>
            </span>
            <span class="style2">
            <img src="transp.gif" width="10" height="5" alt="">Para maiores 
            informações entre em contato via e-mail e assim que possível 
            responderemos, por favor<br>
            <img src="transp.gif" width="10" height="5" alt="">preencha os campos abaixo: </span>
            </font></td>
          </tr>
          <tr>
            <td>&nbsp;</td>
          </tr>
          <tr>
            <td>
            
            <FORM ACTION="send10.php" METHOD="post" name="frmB2C" id="frmB2C" onsubmit="return avaliaCampos(this)">
                <font face="Tahoma"><span style="font-size: 8pt">
                <input type="hidden" name="sendto" value="info">
                <input type="hidden" name="subject" value="B2C - Orçamento">
                <input type="hidden" name="resulturl" value="http://site.ciashop.com.br/resposta.asp?">
                <INPUT TYPE="hidden" NAME="url_entrada" VALUE="">
            
                </span></font>
            
            <table width="240" border="0" cellpadding="0" cellspacing="0" id="table2">
              <tr>
                <td class="style1"><font face="Tahoma" style="font-size: 8pt">
                <img border="0" src="05.gif" width="8" height="13">Nome</font></td>
              </tr>
              <tr>
                <td><font face="Tahoma"><span class="style2">
                <span style="font-size: 8pt">
                <img src="transp.gif" width="5" height="5" alt=""></span></span><span style="font-size: 8pt">
                  <input type="text" name="nome" class="style3" size="40"></span></font></td></tr>
              <tr>
                <td class="style1"><font face="Tahoma" style="font-size: 8pt">
                <img border="0" src="05.gif" width="8" height="13">Cidade/Estado</font></td>
              </tr>
              <tr>
                <td><font face="Tahoma"><span class="style2">
                <span style="font-size: 8pt">
                <img src="transp.gif" width="5" height="5" alt=""></span></span><span style="font-size: 8pt">
                  <input type="text" name="cidade" class="style3" size="40"></span></font></td></tr>
              <tr>
                <td class="style1"><font face="Tahoma" style="font-size: 8pt">
                <img border="0" src="05.gif" width="8" height="13">DDDTelefone</font></td>
              </tr>
              <tr>
                <td><font face="Tahoma"><span class="style2">
                <span style="font-size: 8pt">
                <img src="transp.gif" width="5" height="5" alt=""></span></span><span style="font-size: 8pt">
                  <input type="text" name="ddd" class="style3" size="3"> <input type="text" name="telefone" class="style3" size="30" style="WIDTH: 182px"></span></font></td></tr>
              <tr>
                <td class="style1"><font face="Tahoma" style="font-size: 8pt">
                <img border="0" src="05.gif" width="8" height="13">E-mail</font></td>
              </tr>
              <tr>
                <td><font face="Tahoma"><span class="style2">
                <span style="font-size: 8pt">
                <img src="transp.gif" width="5" height="5" alt=""></span></span><span style="font-size: 8pt">
                  <input type="text" name="email" class="style3" size="40"></span></font></td></tr>
              <tr>
                <td class="style1"><font face="Tahoma" style="font-size: 8pt">
                <img border="0" src="05.gif" width="8" height="13">Site</font></td>
              </tr>
              <tr>
                <td><font face="Tahoma"><span class="style2">
                <span style="font-size: 8pt">
                <img src="transp.gif" width="5" height="5" alt=""></span></span><span style="font-size: 8pt">
                  <input type="text" name="site" class="style3" size="40"></span></font></td></tr>
              <tr>
                <td class="style1"><font face="Tahoma" style="font-size: 8pt">
                <img border="0" src="05.gif" width="8" height="13"> Sua mensagem 
                </font> </td>
              </tr>
              <tr>
                <td><font face="Tahoma"><span class="style2">
                <span style="font-size: 8pt">
                <img src="transp.gif" width="5" height="5" alt=""></span></span><span style="font-size: 8pt">
                  <textarea name="duvida" cols="42" rows="8" class="style3"></textarea></span></font></td></tr>
            </table></td>
          </tr>
          <tr>
            <td>&nbsp;</td>
          </tr>
          <tr>
                        <td>
                            <img src="../transp.gif" width="5" height="5" alt="">
                            <input type="image" src="bt_enviar.gif" width="52" height="22" onclick="return avaliaCampos(this.form);" id=image1 name=image1>
                            <img src="../transp.gif" width="5" height="5" alt="">
                            <input type="image" src="bt_limpar.gif" width="52" height="22" onclick="this.form.reset(); return false;" id=image2 name=image2>
                        </td>
          </tr>
          <tr>
            <td>&nbsp;</td>
          </tr>
        </table>
        
        </body>

</html>

Link para o comentário
Compartilhar em outros sites

Participe da discussão

Você pode postar agora e se registrar depois. Se você já tem uma conta, acesse agora para postar com sua conta.

Visitante
Responder esta pergunta...

×   Você colou conteúdo com formatação.   Remover formatação

  Apenas 75 emoticons são permitidos.

×   Seu link foi incorporado automaticamente.   Exibir como um link em vez disso

×   Seu conteúdo anterior foi restaurado.   Limpar Editor

×   Você não pode colar imagens diretamente. Carregar ou inserir imagens do URL.



  • Estatísticas dos Fóruns

    • Tópicos
      152,3k
    • Posts
      652,2k
×
×
  • Criar Novo...