I am wanting to disable the keyman web from the recaptcha input text box so I have used:
: |
$('#recaptcha_response_field').removeClass('kmw-disabled'); |
but this does not appear to work.
Have you come across this issue and do you know of a fix?
We have two new locations for Keyman technical support:
The Tavultesoft Forums are now read only.
# Keyman Web & ReCaptcha 2015-09-16 11:48:28.117 | |||
---|---|---|---|
Matt | I have an issue where the keyboard icon appears next to the recaptcha text box. However the keyboard does not appear - just the keyman web icon.
I am wanting to disable the keyman web from the recaptcha input text box so I have used:
but this does not appear to work. Have you come across this issue and do you know of a fix? | ||
# RE: Keyman Web & ReCaptcha 2015-09-16 19:07:56.553 | |||
Marc Durdin Tavultesoft Staff | You should possibly instead have:
If that doesn't work -- it may depend on the initialization order -- do you have a complete sample I can see (e.g. a mockup page)? |