Salesforce网站潜在客户已排队,但潜在客户未通过

时间:2018-12-30 09:33:50

标签: salesforce

我不知道为什么,但是我看不到Salesforce中的潜在客户。调试后,我得到的是:enter image description here

这是我表单的代码,显然在XXX处有正确的值:

<form action="https://webto.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8" method="POST" class="rc-contact-form" novalidate="novalidate">
  <input type="hidden" name="debug" value="1">
  <input type="hidden" name="captcha_settings" value="XXX">
  <input type="hidden" name="oid" value="XXX">
  <input type="hidden" name="retURL" value="#!/thankyou">
  <input type="text" name="first_name" value="" size="40" id="first_name" aria-required="true" aria-invalid="false" placeholder="Enter your first name">
  <input type="email" name="email" value="" size="40" id="email" aria-required="true" aria-invalid="false" placeholder="Email address">
  <input type="text" name="last_name" value="" size="40" id="last_name" aria-required="true" aria-invalid="false" placeholder="Enter your last name">
  <input type="text" name="city" value="" size="40" id="city" aria-invalid="false" placeholder="City">
  <input type="tel" name="mobile" value="" size="40" id="mobile" aria-invalid="false" placeholder="Mobile"><input type="text" name="company" value="" size="40" id="company" aria-invalid="false" placeholder="Company Name"><textarea name="description" cols="40" rows="10" id="description" aria-required="true" aria-invalid="false" placeholder="Type your message here"></textarea>


  <div class="g-recaptcha" data-sitekey="XXX"><div style="width: 304px; height: 78px;"><div><iframe src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LeLxoQUAAAAACZSiIiLYldwZsKblwt1GPQBLCeK&amp;co=aHR0cHM6Ly93d3cucmVhY2hjaGluYS5jb20uYXU6NDQz&amp;hl=en&amp;v=v1545073489967&amp;size=normal&amp;cb=s8w6ozo7lz5l" width="304" height="78" role="presentation" name="a-apzkjax4frea" frameborder="0" scrolling="no" sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"></iframe></div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>

  <input type="submit" value="Send message" class="rc-button form-button">
</form>

您能看到表格有什么问题吗?

0 个答案:

没有答案