• Resolved barnez

    (@pidengmor)


    Hi,

    There is an issue with the acceptance box in the current version of the plugin. On freshly loaded page running the Twenty-Seventeen theme and no other plugins activated, if the acceptance box is not checked then the submit button does nothing: no spinning wheel and no error message. I’ve cleared all the additional .htaccess rules, and tried on the latest versions of Chrome and Firefox, but still the issue remains. Chrome is showing no obvious errors, although I’m not an experienced in debugging with the browser. You can see the issue on the form here: staging.englishlc.com/contact-us/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    Because the submit button is being disabled.

    Twenty Seventeen applies the same style rules to both the active and disabled submit buttons, so it’s not easy to know the state. When I use Twenty Seventeen, I always set an additional style rule like this:

    .wpcf7 > form input[type="submit"][disabled],
    .wpcf7 > form input[type="submit"][disabled]:hover,
    .wpcf7 > form input[type="submit"][disabled]:focus {
        background-color: #999;
    }
    Thread Starter barnez

    (@pidengmor)

    Ahh, Got it. So until the acceptance box is checked, the submit button is disabled. Thanks!

    Thread Starter barnez

    (@pidengmor)

    To improve the user experience I have added acceptance_as_validation: on to the Additional Settings so that the error message appears when the acceptance box is not checked.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Issue with acceptance box – no message or action from Submit if unchecked’ is closed to new replies.