tailerteilor Posted January 12, 2012 Report Share Posted January 12, 2012 (edited) Pessoal tenho um formulario ultra simples.Porém queria que fosse adicionado uma mensagem/assinatura do tipo "enviado de meusite.com" no final da mensagem.Isso tudo sem o usuário poder modificar.Olha meu formulario até agora, queria que fosse adicionado lá no conteúdo da caixa Text:<HTML> <HEAD><TITLE>Send SMS</TITLE></HEAD> <BODY> <form method="post" action="/"> <table border="0"> <tr> <td>Mobile Number:</td> <td><input type="text" name="phonenumber" size="60"></td> </tr> <tr> <td valign="top">Text Message:</td> <td><textarea name="text" cols="60" rows="10"></textarea></td> </tr> <tr> <td colspan="2" align="center"> <input type="submit" value="Send"> </td> </tr> </table> </form> </BODY> </HTML> Se alguém souber, ficaria muito grato. Edited January 12, 2012 by tailerteilor Quote Link to comment Share on other sites More sharing options...
0 tailerteilor Posted January 12, 2012 Author Report Share Posted January 12, 2012 Aff nenhum b*** para responder? Quote Link to comment Share on other sites More sharing options...
0 Michael Douglas Posted January 16, 2012 Report Share Posted January 16, 2012 coloca um campo hiden:<input type="hidden" value=" sua assinatura " name="assinatura"> Quote Link to comment Share on other sites More sharing options...
Question
tailerteilor
Pessoal tenho um formulario ultra simples.
Porém queria que fosse adicionado uma mensagem/assinatura do tipo "enviado de meusite.com" no final da mensagem.
Isso tudo sem o usuário poder modificar.
Olha meu formulario até agora, queria que fosse adicionado lá no conteúdo da caixa Text:
<HTML>
<HEAD><TITLE>Send SMS</TITLE></HEAD>
<BODY>
<form method="post" action="/">
<table border="0">
<tr>
<td>Mobile Number:</td>
<td><input type="text" name="phonenumber" size="60"></td>
</tr>
<tr>
<td valign="top">Text Message:</td>
<td><textarea name="text" cols="60" rows="10"></textarea></td>
</tr>
<tr>
<td colspan="2" align="center">
<input type="submit" value="Send">
</td>
</tr>
</table>
</form>
</BODY>
</HTML>
Se alguém souber, ficaria muito grato.
Edited by tailerteilorLink to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.