Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Author jmviade

    (@jmviade)

    Yes, you are right, Toomas.

    The question had been marked as resolved becasue in fact, this issue is directly related to the google’s recaptcha module and not to the WP plugin.

    I’m so sorry but the Chrome’s malfunction just depends on the google javascript engine… And until now, they haven’t changed anything in its javascript code so the old versions of Chrome don’t pass the test.

    In any case, thanks in advance.

    Joan Miquel

    Thread Starter Toomas

    (@toomask)

    Hi Joan

    Thanks for reply!

    I’m using latest version of Chrome, it doesn’t seem to be related with Chrome version.

    For example Contact Form 7 plugin and reCAPTCHA are working fine together on Chrome, so I’m not sure it’s related Google javascript engine either.

    But thanks again, I’ll try to find another solution.

    Toomas

    Plugin Author jmviade

    (@jmviade)

    Thank’s Toomas, this is a new information; until now the malfunction it was just related to the old versions of chrome.

    I’ll check once again the possible Chrome incompatibilities with javascript code…

    Could your send me, please, your complete configuration and the link to the web page for testing?

    Thank’s again.

    Joan Miquel

    Same issue hapeens here.
    https://www.fhgroupauto.com/tips-on-how-to-keep-your-car-tidy/

    and my chrome is lasted version.

    I have also experienced the same issue. Please advise how to resolve this.

    https://www.pearlbells.co.uk/invisible-recaptcha-register-form-magento/

    disabling the plugin. as it is not working for me

    Thread Starter Toomas

    (@toomask)

    Hi Joan

    Thanks for reply! I prefer not to post my website address here publicly but as you can see from Imn40227 and lizeipe websites, problem occurs in every website. Unfortunately at the monent plugin is not usable, I have online shop and several customers are complaining that they can’t post product comments on Chrome and product comments are very important for me.

    It would be nice if you could check this issue and it would be wounderful if you will find solution because overall it is good plugin and I really don’t want to unistall it.

    Best regards
    Toomas

    I installed the plugin yesterday and was having the same problem. I noticed an error “AJAX error” in the JavaScript console and found a solution in the next item in the forum here:

    “I have fixed it removing the “statusText” check in /js/recaptcha.js (line 79)”

    This fixed the Submit button problem for me.

    • This reply was modified 5 years, 4 months ago by santhony94044.

    Hi –

    Unfortunately I’m seeing the same problem for Product reviews. I tried it in both Chrome and Safari. The captcha is verified, but the submit button is still disabled.

    Dave

    Just installed and set up this plugin but unfortunately it only works on Firefox, not Chrome or Safari. The reCaptcha appears to works, but the submit button is disabled. (I’m using the latest latest versions of all browsers.)

    So I’ll have to disable this plugin – no use if readers cannot send their comments.

    Carolyn

    Just noticed that this is marked ‘resolved’. Not at my end – can’t use the plugin with Chrome or Safari.

    NOT RESOLVED

    The problem in my case is in wp-content/plugins/recaptcha-in-wp-comments-form/js/recaptcha.js here:

    var griwpcProcessAjaxResponse = function( ajaxResponse ) {
    	if ( ( ajaxResponse.status === 200 ) && ( ajaxResponse.readyState === 4 ) && ( ajaxResponse.statusText === "OK" ) ) {
    		let processed = JSON.parse( ajaxResponse.response );
    		if ( processed.data.result === 'OK' )
    			griwpcChangeButton ( true, processed.data.address );
    		else
    			console.log ( 'Error verifying reCAPTCHA: ', processed );
    	} else {
    		console.log ( 'Error AJAX Call: ', ajaxResponse );
    	}
    
    }

    When I’m using firefox ajaxResponse.statusText="OK" but when I’m using chrome it’s an empty string and it doesn’t enters into the if, but if you add this to the if && ( ajaxResponse.statusText === "" ) it works.
    I hope it helps somebody.

    • This reply was modified 5 years, 1 month ago by zsolt95.
Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Submit button disabled on Chrome after validation’ is closed to new replies.