Salesforce web to lead is queued but the lead doesn't come through

Multi tool use
Multi tool use












0















I dont know why but I cannot see the lead in Salesforce. Upon debugging, this is what I get:enter image description here



This is the code for my form, obviously with the correct values in the place of 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>


Can you see anything that could be wrong with the form?










share|improve this question



























    0















    I dont know why but I cannot see the lead in Salesforce. Upon debugging, this is what I get:enter image description here



    This is the code for my form, obviously with the correct values in the place of 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>


    Can you see anything that could be wrong with the form?










    share|improve this question

























      0












      0








      0








      I dont know why but I cannot see the lead in Salesforce. Upon debugging, this is what I get:enter image description here



      This is the code for my form, obviously with the correct values in the place of 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>


      Can you see anything that could be wrong with the form?










      share|improve this question














      I dont know why but I cannot see the lead in Salesforce. Upon debugging, this is what I get:enter image description here



      This is the code for my form, obviously with the correct values in the place of 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>


      Can you see anything that could be wrong with the form?







      salesforce






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Dec 30 '18 at 9:33









      lastnooblastnoob

      152213




      152213
























          0






          active

          oldest

          votes











          Your Answer






          StackExchange.ifUsing("editor", function () {
          StackExchange.using("externalEditor", function () {
          StackExchange.using("snippets", function () {
          StackExchange.snippets.init();
          });
          });
          }, "code-snippets");

          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "1"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53976527%2fsalesforce-web-to-lead-is-queued-but-the-lead-doesnt-come-through%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes
















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Stack Overflow!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53976527%2fsalesforce-web-to-lead-is-queued-but-the-lead-doesnt-come-through%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          6t8ILj pL,S1z
          kK,eIiVF75pd16zVuRT1Rdm5vpnhYfXrmH8h9l LZv5DBi,tyki8KxVYJV1bCT

          Popular posts from this blog

          Monofisismo

          Angular Downloading a file using contenturl with Basic Authentication

          Olmecas