Title: Cannot submit Order
Last modified: August 30, 2016

---

# Cannot submit Order

 *  [dkelm](https://wordpress.org/support/users/dkelm/)
 * (@dkelm)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/cannot-submit-order/)
 * when i active ‘No CAPTCHA reCAPTCHA for WooCommerce’ plugin, so on checkout page
   of WooCommerce when customer checked the ‘Create an account?’ check-box and than
   Place Order, it does not work. the page just scroll on to the top and nothing
   action.
 * [https://wordpress.org/plugins/no-captcha-recaptcha-for-woocommerce/](https://wordpress.org/plugins/no-captcha-recaptcha-for-woocommerce/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [20bs](https://wordpress.org/support/users/20bs/)
 * (@20bs)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/cannot-submit-order/#post-6546709)
 * I was able to get this to work by editing the plugin. Not ideal, but it works.
 * in registration.php, after line 11 add:
 *     ```
       // add to checkout
       add_action('woocommerce_after_checkout_registration_form', array( __CLASS__, 'display_captcha' ));
       ```
   
 * This will permanently display the captcha after the form on the checkout page.
   Note that this will get overwritten when the plugin updates, so you may want 
   to put some code or change the plugin version number up high to prevent that 
   or use another plugin to block updates.
 *  [Shilo Rune 96](https://wordpress.org/support/users/shilo-rune-96/)
 * (@shilo-rune-96)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/cannot-submit-order/#post-6546805)
 * Same issue for me.
 *  [jodamo5](https://wordpress.org/support/users/jodamo5/)
 * (@jodamo5)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/cannot-submit-order/#post-6546811)
 * yep, same issue. has anyone found a different plugin to stop spammy registrations?

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Cannot submit Order’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/no-captcha-recaptcha-for-woocommerce_afc5ce.
   svg)
 * [No CAPTCHA reCAPTCHA for WooCommerce](https://wordpress.org/plugins/no-captcha-recaptcha-for-woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/no-captcha-recaptcha-for-woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/no-captcha-recaptcha-for-woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/no-captcha-recaptcha-for-woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/no-captcha-recaptcha-for-woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/no-captcha-recaptcha-for-woocommerce/reviews/)

 * 3 replies
 * 4 participants
 * Last reply from: [jodamo5](https://wordpress.org/support/users/jodamo5/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/cannot-submit-order/#post-6546811)
 * Status: not resolved