Re: combining codes?
Posted: Thu Feb 02, 2012 9:50 am
Ok, that was relatively painless, but the captcha doesn't show on the page using this, which is right before my </form> tag:
This is EXACTLY how recaptcha says to write it, with the exception of my public key and renamed button. Now what am I missing??
Code: Select all
<?php
require_once('recaptchalib.php');
$publickey = "mypublickey"; // you got this from the signup page
echo recaptcha_get_html($publickey);
?>
<input type="submit" value="Submit List"/>