Jump to content
Fórum Script Brasil
  • 0

Adicionar "assinatura" em formulario


tailerteilor

Question

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 tailerteilor
Link 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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      652k
×
×
  • Create New...