Untitled
2 years ago in Plain Text
<!-- ---------------------------------------------------------------------- -->
<!-- NOTA: Agregue el siguiente elemento <META> a su página <HEAD>. Si es -->
<!-- preciso, modifique el parámetro charset para especificar el conjunto -->
<!-- de caracteres de su página HTML. -->
<!-- ---------------------------------------------------------------------- -->
<META HTTP-EQUIV="Content-type" CONTENT="text/html; charset=UTF-8">
<!-- ---------------------------------------------------------------------- -->
<!-- NOTA: Agregue el siguiente elemento <FORM> a su página. -->
<!-- ---------------------------------------------------------------------- -->
<form action="https://webto.salesforce.com/servlet/servlet.WebToCase?encoding=UTF-8" method="POST">
<input type=hidden name="orgid" value="00D5e000001NBnJ">
<input type=hidden name="retURL" value="http://">
<!-- ---------------------------------------------------------------------- -->
<!-- NOTA: Estos campos son elementos de depuración opcionales. Elimine -->
<!-- los comentarios de estas líneas si desea realizar una prueba en el -->
<!-- modo de depuración. -->
<!-- <input type="hidden" name="debug" value=1> -->
<!-- <input type="hidden" name="debugEmail" -->
<!-- value="sarmad.saad@salesforce.com"> -->
<!-- ---------------------------------------------------------------------- -->
<label for="name">Nombre del contacto</label><input id="name" maxlength="80" name="name" size="20" type="text" /><br>
<label for="email">Correo electrónico</label><input id="email" maxlength="80" name="email" size="20" type="text" /><br>
<label for="phone">Teléfono</label><input id="phone" maxlength="40" name="phone" size="20" type="text" /><br>
<label for="subject">Asunto</label><input id="subject" maxlength="80" name="subject" size="20" type="text" /><br>
<label for="description">Descripción</label><textarea name="description"></textarea><br>
<input type="hidden" id="external" name="external" value="1" /><br>
<input type="submit" name="submit">
</form>