Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Captcha Code Formatting

Asked Modified Viewed 565 times
G
Grimloch
G
Energy can neither be created nor destroyed; only transformed !
  • Senior Member, joined since
  • Contributed 722 posts on the community forums.
  • Started 141 threads in the forums
  • Started this discussions
  • Answered 2 questions
asked
Senior Member

I have a problem that I haven't been able to figure out. No matter what coding scheme I use my Google reCaptcha won't display right. I'm doing it in a bootstrap form. Here's what I get:
whisperwillow.net/stuff/captcha.jpg

And here is my code:
 if (!iADMIN) {
 echo "<div class='form-group'>n";
 include INCLUDES."captchas/".$settings['captcha']."/captcha_display.php";
 if (!isset($_CAPTCHA_HIDE_INPUT) || (isset($_CAPTCHA_HIDE_INPUT) && !$_CAPTCHA_HIDE_INPUT)) {
 echo "<label class='control-label col-sm-2' for='captcha_code'>Validation:</label>n";
 echo "<div class='col-sm-8'>n";
 echo "<input type='text' id='captcha_code' name='captcha_code' class='textbox' autocomplete='off'>n";
 echo "</div>n";
 }
 echo "</div>n";
}

It will not display the label text and will not align where it should, underneath the text area.
0 replies
There are no post found.

Labels

Statistics

  • Views 0 views
  • Posts 0 posts
  • Votes 0 votes
  • Topic users 1 member

1 participant

G
G
Energy can neither be created nor destroyed; only transformed !
  • Senior Member, joined since
  • Contributed 722 posts on the community forums.
  • Started 141 threads in the forums
  • Started this discussions
  • Answered 2 questions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet