Skip to content

Instantly share code, notes, and snippets.

@juarezpaf
Created September 26, 2009 01:40
Show Gist options
  • Select an option

  • Save juarezpaf/193973 to your computer and use it in GitHub Desktop.

Select an option

Save juarezpaf/193973 to your computer and use it in GitHub Desktop.
<form method="post" action="send.php">
<p><label for="nome">Nome:</label>
<input type="text" name="nome" id="nome"/>
</p>
<p><label for="cargo">Cargo:</label>
<input type="text" name="cargo" id="cargo"/>
</p>
<p><label for="empresa">Empresa:</label>
<input type="text" name="empresa" id="empresa"/>
</p>
<p><label for="telefone">Telefone:</label>
<input type="text" name="telefone" id="telefone"/>
</p>
<p><label for="email">Email:</label>
<input type="text" name="email" id="email"/>
</p>
<p><label for="ramal">Ramal:</label>
<input type="text" name="ramal" id="ramal"/>
</p>
<p><label for="fax">Fax:</label>
<input type="text" name="fax" id="fax"/>
</p>
<p>
<label for="tipoContato">Tipo de mensagem:</label>
<select id="tipoContato" name="tipoContato">
<option>Selecione...</option>
<option>Dúvida?</option>
<option>Receber novidades.</option>
</select>
</p>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment