<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title>using Google captcha and using Jerry Kornbluth tutorial</title>
        <link>https://interactivetools.com/forum/forum-posts.php?using-Google-captcha-and-using-Jerry-Kornbluth-tutorial-80864</link>
        <description></description>
        <pubDate>Sun, 14 Jun 2026 09:34:49 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-posts.php?rss=1&amp;using-Google-captcha-and-using-Jerry-Kornbluth-tutorial-80864" rel="self" type="application/rss+xml" />

                <item>
          <title>using Google captcha and using Jerry Kornbluth tutorial</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240259#post2240259</link>
          <description><![CDATA[<p>Sounds good Kenny.</p>
<p>That's a good way to do that :).</p>]]></description>
          <pubDate>Thu, 23 Feb 2017 09:23:18 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240259#post2240259</guid>
        </item>
                <item>
          <title>using Google captcha and using Jerry Kornbluth tutorial</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240257#post2240257</link>
          <description><![CDATA[<p>Thanks Ross<br />I decided to have it so s<span>=123 so as to show the conformation of form submittance. aka</span></p>
<p><span>The error alerts no longer show when I have the page redirect back to itself thus, I will have an if else on the page with an alert in the likes of bla bla we sent an email etc.....</span></p>
<p>// show thanks<br /> $errorsAndAlerts = "Thanks, We've created an account for you and emailed you your password.&lt;br/&gt;&lt;br/&gt;\n";<br /> $errorsAndAlerts .= "If you don't receive an email from us within a few minutes check your spam filter for messages from {$fromEmail}&lt;br/&gt;&lt;br/&gt;\n";<br /> $errorsAndAlerts .= "&lt;a href='{$GLOBALS['WEBSITE_LOGIN_LOGIN_FORM_URL']}'&gt;Click here to login&lt;/a&gt;.";</p>
<p>cheers and thanks for been there</p>
<p>kenny</p>]]></description>
          <pubDate>Thu, 23 Feb 2017 09:14:19 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240257#post2240257</guid>
        </item>
                <item>
          <title>using Google captcha and using Jerry Kornbluth tutorial</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240256#post2240256</link>
          <description><![CDATA[<p>Hi Kenny</p>
<p>Sounds good!  Glad you got a fix.</p>
<p>Just so you know, you don't actually even need the "=123". You could just redirect to:</p>
<p><span>header("Location: </span><a href="http://www.mydomainname.com/mysignup.php?" rel="nofollow">http://www.mydomainname.com/mysignup.php?</a><span>");</span></p>
<p><span>Keep us up to date with how you are making out.<br /></span></p>
<p><span>Thanks!<br /></span></p>]]></description>
          <pubDate>Thu, 23 Feb 2017 09:02:31 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240256#post2240256</guid>
        </item>
                <item>
          <title>using Google captcha and using Jerry Kornbluth tutorial</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240255#post2240255</link>
          <description><![CDATA[<p>Thank You Ross,<br />I managed it, </p>
<p>all in all</p>
<p>I commented out line 63 in Jerry's code</p>
<p>// redirect to profile page after after signing up<br />//setPrefixedCookie('lastUrl', $GLOBALS['WEBSITE_LOGIN_PROFILE_URL']); // &lt; commented this out</p>
<p>and just after line 131 which is,</p>
<p>$showSignupForm = false; // &lt;&lt;&lt;&lt;&lt; line 131</p>
<p>header("Location: <a href="http://www.mydomainname.com/mysignup.php?s=123" rel="nofollow">http://www.mydomainname.com/mysignup.php?s=123</a>");</p>
<p>Here i plonked a header redir back to the page that actually the signup form is on but added this also to the url   ?s=123 but you can add anything really. </p>
<p>Cheers</p>
<p>Kenny</p>

]]></description>
          <pubDate>Thu, 23 Feb 2017 08:55:36 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240255#post2240255</guid>
        </item>
                <item>
          <title>using Google captcha and using Jerry Kornbluth tutorial</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240252#post2240252</link>
          <description><![CDATA[<p>Hi Kenny</p>
<p>I am not sure exactly what the issue will be here without reviewing your code.  We can take a much closer look at everything through consulting though. </p>
<p>You can email me via consulting@interactivetools.com to continue the conversation there.</p>
<p>As an alternative, you could modify your form so that when it successfully submits, you re-direct to a different page. That will prevent the refresh issue.  </p>
<p>You could even have the script re-direct to itself.  The key here is redirecting the script.</p>
<p>Does that make sense?</p>
<p>Let me know any questions.</p>]]></description>
          <pubDate>Wed, 22 Feb 2017 12:49:42 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240252#post2240252</guid>
        </item>
                <item>
          <title>using Google captcha and using Jerry Kornbluth tutorial</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240249#post2240249</link>
          <description><![CDATA[<p>Hi yea,<br /><br />I was having a look/testing this tutorial, Jerry was very kind to post some time ago.....</p>
<p><a href="https://www.interactivetools.com/forum/forum-posts.php?postNum=2236723#post2236723" rel="nofollow">https://www.interactivetools.com/forum/forum-posts.php?postNum=2236723#post2236723</a></p>
<p>it works great but for when submitted and then the page is refreshed I get an error</p>
<p>==========================================//</p>
<p>Notice: Undefined index: error-codes in /home/blablabla/public_html/sample-user-signup-form-with-google-robot-captcha.php on line 28 Fatal error: setPrefixedCookie: Can't set cookie(lastUrl, /user-profile.php), headers already sent! Output started in /home/blablabla/public_html/sample-user-signup-form-with-google-robot-captcha.php line 28. in /home/blablabla/public_html/blacms/lib/common.php on line 606 </p>
<p>==========================================//</p>
<p>this is my page with the captcha, it all works fine...... you can refresh the page in the unsubmitted stage and all is well...</p>
<p><span><a href="https://goo.gl/6wnAx8" rel="nofollow">https://goo.gl/6wnAx8</a></span></p>
<p><span>it is only once the have completed the form and submitted........ then refresh the page does the error happen.</span></p>
<p>Here is screen capture video of the event... <span><a href="https://goo.gl/jClc1B" rel="nofollow">https://goo.gl/jClc1B</a></span></p>

<p>if anyone knows whats wrong I would be grateful for your input.</p>

<p>cheers</p>

<p>Kenny</p>]]></description>
          <pubDate>Wed, 22 Feb 2017 08:45:01 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240249#post2240249</guid>
        </item>
              </channel>
    </rss>
  