The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
Blank Page When Adding Recaptcha - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: Installation (https://forums.formtools.org/forumdisplay.php?fid=4) +--- Thread: Blank Page When Adding Recaptcha (/showthread.php?tid=483) |
Blank Page When Adding Recaptcha - jasonvincik - Feb 1st, 2010 Please excuse my ignorance when it comes to PHP, since I really have no clue what I'm doing. I've followed the instructions for implementing Recaptcha on my form. However, now when I load the page it comes up blank. No errors, nothing. There must be a ? or a ; out of place somewhere, but I just don't see it. The only PHP on that page is that which was supplied by Form Tools. FYI - the page originally was .html. I resaved it to .php. Ummm I'm not even sure if that's okay to do. Core Version 2.0.0-beta-20100118 API Version 1.0.0-beta-20090908 Can someone please help a PHP idiot? The code is located here: http://www.straightlinecomm.net/content/form.zip The live form is located here: http://www.straightlinecomm.net/index.php RE: Blank Page When Adding Recaptcha - axel - Feb 1st, 2010 Hey! I've tinkered with this and made it so it works with Form Tools 2.0 API. You're going to want to define the Finish page on the top of the code. I put it in brackets. Also, your going to need to change the require_once where the API location is to how it is on the server. Like, my API URL would be: /htdocs/ft/global/api/api.php Let me know how it works. |