I was playing around in the Core.Login.css
I turned up the #Signup, but nothing happen,
then I saw the #Slider and turned it up, and it finally worked. I thank you for your help, and I will hereby put this thread as solved.
Thanks!
Search found 4 matches
- 24 Feb 2014, 16:14
- Forum: Help
- Topic: [SOLVED]Captcha box not showing
- Replies: 5
- Views: 2346
- 24 Feb 2014, 15:54
- Forum: Help
- Topic: [SOLVED]Captcha box not showing
- Replies: 5
- Views: 2346
Re: Captcha box not showing
You'll need to take a look at customization: https://developers.google.com/recaptcha/docs/customization
and maybe enlarge the div for the input box.
Yes, I think the problem lies with the div.
I have been looking through the CustomerLogin.dtl after the div limiting the size, and I haven't been ...
and maybe enlarge the div for the input box.
Yes, I think the problem lies with the div.
I have been looking through the CustomerLogin.dtl after the div limiting the size, and I haven't been ...
- 24 Feb 2014, 15:15
- Forum: Help
- Topic: [SOLVED]Captcha box not showing
- Replies: 5
- Views: 2346
Re: Captcha box not showing
UPDATE: I just added the following code to CustomerLogin.dtl
<script type="text/javascript"
src="http://www.google.com/recaptcha/api/challenge?k=your_public_key">
</script>
<noscript>
<iframe src="http://www.google.com/recaptcha/api/noscript?k=your_public_key"
height="300" width="500 ...
<script type="text/javascript"
src="http://www.google.com/recaptcha/api/challenge?k=your_public_key">
</script>
<noscript>
<iframe src="http://www.google.com/recaptcha/api/noscript?k=your_public_key"
height="300" width="500 ...
- 24 Feb 2014, 12:09
- Forum: Help
- Topic: [SOLVED]Captcha box not showing
- Replies: 5
- Views: 2346
[SOLVED]Captcha box not showing
Hello I followed crythias guide on how to add captcha to your OTRS server .
Everything is working expect one thing. The Captcha box is not been displayed.
example of Captcha box:
https://developers.google.com/recaptcha/images/reCAPTCHA_Sample_Red.png
So in the customer create account it doesn't ...
Everything is working expect one thing. The Captcha box is not been displayed.
example of Captcha box:
https://developers.google.com/recaptcha/images/reCAPTCHA_Sample_Red.png
So in the customer create account it doesn't ...