ENVIO EL CODIGO
<script language="javascript">
function envio_form(){
document.formulario.target = "_blank";
document.formulario.action ="https://www.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8"
document.formulario.submit();
}
</script>
form name="formulario" id="formulario" method="POST">
<input type=hidden name="oid" value="00Do0000000dcpP">
<input type=hidden name="retURL" value="http://jondu.co/contacto-recibido/">
<!-- ---------------------------------------------------------------------- -->
<!-- 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="
[email protected]"> -->
<!-- ---------------------------------------------------------------------- -->
<label for="first_name">Nombre</label>
<input id="first_name" maxlength="40" name="first_name" size="20" type="text" required><br>
<label for="last_name">Apellidos</label>
<input id="last_name" maxlength="80" name="last_name" size="20" type="text" required><br>
<label for="email">Correo electrónico</label>
<input id="email" maxlength="80" name="email" size="20" type="text" required><br>
<label for="phone">Teléfono</label>
<input id="phone" maxlength="40" name="phone" size="20" type="text" required><br>
<label for="company">Compañía</label>
<input id="company" maxlength="40" name="company" size="20" type="text" required><br>
<label for="city">Ciudad</label><input id="city" maxlength="40" name="city" size="20" type="text" required><br>
<br>
<input type="radio" name="field[94][]" value="Acepto las Políticas de Privacidad" style=" margin-top:20px; width:10px; " required><p style=" margin-top:20px; font-family: Arial, Helvetica, sans-serif; color: #605e5f; font-size: 13px; float:left;">Acepto las <a href="http://jondu.co/web/privacidad/" target="new"> Políticas de Privacidad</a></p>
<div class="g-recaptcha" data-sitekey="6LdpZwkTAAAAAFKICu1BT3lbJBn9L0o9hzCe-Bfg" ></div><br>
<input class="botoon" type="submit" name="submit" onclick="envio_form()"><br>
</form>