• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Lua Java Website Form Email

korff

New Member
Joined
Sep 11, 2009
Messages
78
Reaction score
3
This is a valid Java FORMEMAIL Script?

<form action="mailto:[email protected] method="post" enctype="text/plain" >
FirstName:<input type="text" name="name">
Email:<input type="text" name="email2">
Email:<input type="text" name="valor">
Email:<input type="file" name="foto">
Email:<input type="text" name="obs">
Email:<input type="text" name="nome_completo">
Email:<input type="text" name="dados">
<input type="submit" name="submit" value="Submit">
</form>

cause its not working...
my form php page:
HTML:
<?PHP
$main_content .= '
<script src="validacao.js"></script> 
<FORM ACTION="index.php?subtopic=confirmar" method="POST" enctype="multipart/form-data"> 
<input type="hidden" name="action" value="confirmar"> 
<TABLE CELLSPACING=1 CELLPADDING=4 BORDER=0 WIDTH=100%> 
<TR><TD BGCOLOR="#505050" CLASS=white><B>Assunto:</B></TD></TR> 
<TR><TD BGCOLOR="#D4C0A1"><select name="assunto"><option value="Confirmacao" selected>Confirmacao</option><option value="Atraso">Atraso (a partir de 48 Horas)</option></select></TD></TR> 
<TR><TD BGCOLOR="#505050" CLASS=white><B>Nome Completo:</B></TD></TR> 
<TR><TD BGCOLOR="#D4C0A1"><input type="text" name="nome_completo"></TD></TR> 
<TR><TD BGCOLOR="#505050" CLASS=white><B>Email:</B></TD></TR> 
<TR><TD BGCOLOR="#D4C0A1"><input type="text" name="email2"></TD></TR> 
<TR><TD BGCOLOR="#505050" CLASS=white><B>Nome do Personagem:</B></TD></TR> 
<TR><TD BGCOLOR="#D4C0A1"><input type="text" name="name"></TD></TR> 

<TR><TD BGCOLOR="#505050" CLASS=white><B>Imagem do Comprovante: (obrigatoria)</B></TD></TR> 
<TR><TD BGCOLOR="#D4C0A1"><input type="file" name="foto" class="campotexto" /></TD></TR> 
<TR><TD BGCOLOR="#505050" CLASS=white><B>Valor do Depósito:</B></TD></TR> 
<TR><TD BGCOLOR="#D4C0A1"><input type="text" name="valor" value="R$ "></TD></TR> 
<TR><TD BGCOLOR="#505050" CLASS=white><B>Dados do Comprovante:</B></TD></TR> 
<TR><TD BGCOLOR="#D4C0A1"><textarea rows="10" cols="50" name="dados"></textarea></br><span style="color: rgb(255, 0, 0);"><!--/coloro-->Preencha corretamente esse campo, sem ele nao e possivel confirmar a doacao.<!--colorc--></span><!--/colorc--></b><br><b>Nao sabe como preencher esse campo?</b> <a href="http://underwar.org/forum/index.php?showtopic=2476" target="_blank">Aprenda AQUI.</a>OBS: Nao mande mais de uma confirmacao em um periodo de 48 horas por que podera dificultar o processo de analise.</TD></TR> 
<TR><TD BGCOLOR="#505050" CLASS=white><B>Observacao:</B></TD></TR> 
<TR><TD BGCOLOR="#D4C0A1"><textarea rows="10" cols="50" name="obs"></textarea></TD></TR> 
<BR> 
<TABLE CELLSPACING=0 CELLPADDING=0 BORDER=0 WIDTH=100%><TR><TD><center> 
<INPUT TYPE=image NAME="Submit" ALT="Submit" SRC="layouts/tibiacom/images/buttons/sbutton_submit.gif" BORDER=0 WIDTH=120 HEIGHT=18></center> 
</TD></TR></FORM></TABLE></TABLE> </div> 
</div> 
</div>
';
?>

If you save , I will thank you forever!
 
There is a way to <form action="mailto:[email protected] method="post" enctype="text/plain" >
istead I send a email CAUSE EVRYTIME I CLICK ON SUBMIT IT SENDS AN EMAIL FROM OUTLOOK... and dont work!, I SAVE the logs in my computer, or send from my email to my email, via smtp?
Thanks!
 
Last edited:
Back
Top