@Html.Captcha("Refresh", "Enter the text shown in imag" , 5, "Is required field.", false) And here is the problem:
It is working smooth but refresh button is not showing, and it is due to style="display:none;"
<a href="#CaptchaImage" id="5f88fe4e11e743c6a8a8430de57cfcff" onclick="f9192ce4675540129ec6f99adc316d82()" style="display:none;">Refresh</a> How to make it visible?
Why in postback when the form is not valid, the captcha get black screen with a red cross on it?
thanks
WEREWREW
Did Captcha Mvc have a mixing method verification mode?
I mean the plain and the mathematical can random change....
I am getting captchahelper.cs not found when the breakpoint hits "IsCaptchaValid" how to resolve these?
1. The Captcha spelling is not correct on the screen .. How I can correct it ?
2. The Captcha image is not displayed and shows RED X instead .. Also when press on refresh ==> this label disappear.
refresh button is is not showing
Here is my code:
@Html.Captcha("Refresh", "Enter the text shown in imag"
, 5, "Is required field.", false)
And here is the problem:
It is working smooth but refresh button is not showing, and it is due to style="display:none;"
<a href="#CaptchaImage" id="5f88fe4e11e743c6a8a8430de57cfcff"
onclick="f9192ce4675540129ec6f99adc316d82()"
style="display:none;">Refresh</a>
How to make it visible?
hi , its not working with jquery post. please help