ポップアップボックスのショー登録フォームにカラーボックスjqueryを使用しています。
私は次のスクリプトを使用してポップアップを開始しました
<script type="text/javascript" language="javascript">
       $(".ajax").colorbox({width:"30%"});
</script>
ポップアップで、Recaptcha で登録フォームを呼び出しました。popupbox のすべてのフォーム フィールドを取得できますが、recaptcha は取得できません。
recptchaコードを取得するのは、noscriptを使用したajax形式のrecaptchaの場所です
    <iframe src="http://www.google.com/recaptcha/api/noscript?k=6LdxveQSAAAAADjToPLUgHY6IRxJgreFWwwOF47H" height="300" width="500" frameborder="0"></iframe>
    <br/>
    <textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea>
    <input type="hidden" name="recaptcha_response_field" value="manual_challenge"/>

ajaxなしの実際の登録フォーム
 
 
