我正在使用salesforce网络来领导表单。如果我打开调试模式,它会发送电子邮件(尽管在发送后几分钟)。如果我关闭调试,则不会发送任何内容。
<form action="https://www.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8" method="POST" id="contactForm">
<input type=hidden name="oid" value="{{my company id}}">
<input type=hidden name="retURL" value="http://site.co/thanks">
<input id="first_name" name="first_name" type="text" class="full-width" placeholder="NAME"/>
<input id="email" name="email" type="text" placeholder="EMAIL" class="full-width"/>
<!--
<input type="hidden" name="debug" value=1>
<input type="hidden" name="debugEmail" value="rob@site.co">
-->
<textarea name="description" class="full-width" placeholder="MESSAGE"></textarea>
<input type="submit" class="btn pull-right" value="Send Message" tabindex="5">
</form>