Title: Register Form Validation broken?
Last modified: August 30, 2016

---

# Register Form Validation broken?

 *  Resolved [canoodle2](https://wordpress.org/support/users/canoodle2/)
 * (@canoodle2)
 * [11 years ago](https://wordpress.org/support/topic/register-form-validation-broken/)
 * Hello,
 * it is very strange. we are using latest wordpress 4.3.
 * it does no input validation on registration forms.
 * or is this the default behaviour?
 * (new user registration -> [woocommerce_my_account])
 * (there is a checkout.js which is not loaded on the registration page)
 * best regards
 * [https://wordpress.org/plugins/woocommerce/](https://wordpress.org/plugins/woocommerce/)

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

 *  Plugin Contributor [Mike Jolley](https://wordpress.org/support/users/mikejolley/)
 * (@mikejolley)
 * [11 years ago](https://wordpress.org/support/topic/register-form-validation-broken/#post-6483645)
 * Which registration form, and what type of validation? In our account registration
   page we have PHP based validation after post.
 *  Thread Starter [canoodle2](https://wordpress.org/support/users/canoodle2/)
 * (@canoodle2)
 * [11 years ago](https://wordpress.org/support/topic/register-form-validation-broken/#post-6483671)
 * sorry it seems like it works.
 * I “completely” (as clean as i could) uninstalled WooCommerce.
 * Reinstalled, did the wizard… installed “Woocommerce Extra Fields Registration”
 * Added a Title Mr/Mrs field – required *
 * Reimported the products.
 * Must be problem when duplicator moved site.
 * The only thing that seems missing is “product quantity” (available in store).
 * Thanks Mike! Someone should pay you for such good support! (WooThemes reacts 
   within…. 5days :-D)
 *  Plugin Contributor [Mike Jolley](https://wordpress.org/support/users/mikejolley/)
 * (@mikejolley)
 * [11 years ago](https://wordpress.org/support/topic/register-form-validation-broken/#post-6483679)
 * I work for WooThemes :p
 *  Thread Starter [canoodle2](https://wordpress.org/support/users/canoodle2/)
 * (@canoodle2)
 * [11 years ago](https://wordpress.org/support/topic/register-form-validation-broken/#post-6483795)
 * Great.
 * I found the Problem: WooCommerce conflicts with: “Yoast SEO” Plugin [https://de.wordpress.org/plugins/wordpress-seo/](https://de.wordpress.org/plugins/wordpress-seo/)
 * resulting in Error Messages beeing printed in this block and thus beeing not 
   visible:
 *     ```
       <!-- This site is optimized with the Yoast SEO plugin v2.3.4 - https://yoast.com/wordpress/plugins/seo/ -->
       <meta name="robots" content="noindex,follow"/>
       <link rel="canonical" href="http://localhost/domain.com/index.php/mein-konto/" />
       <meta property="og:locale" content="de_DE" />
       <meta property="og:type" content="article" />
       <meta property="og:title" content="Mein Konto - domain" />
       <meta property="og:description" content="Login/Registrierung: ERROR MESSAGE *" />
       <meta property="og:url" content="http://localhost/domain.com/index.php/mein-konto/" />
       <meta property="og:site_name" content="domain" />
       <!-- / Yoast SEO plugin. -->
       ```
   
 * ps: If any needs “magic” php xdebug capabilities… let me know.
 *  Plugin Contributor [Mike Jolley](https://wordpress.org/support/users/mikejolley/)
 * (@mikejolley)
 * [11 years ago](https://wordpress.org/support/topic/register-form-validation-broken/#post-6483801)
 * What error messages? “og:description”?
 *  Thread Starter [canoodle2](https://wordpress.org/support/users/canoodle2/)
 * (@canoodle2)
 * [11 years ago](https://wordpress.org/support/topic/register-form-validation-broken/#post-6483803)
 *     ```
       <!-- This site is optimized with the Yoast SEO plugin v2.3.4 - https://yoast.com/wordpress/plugins/seo/ -->
       <meta name="robots" content="noindex,follow"/>
       <link rel="canonical" href="http://localhost/domain.com/index.php/mein-konto/" />
       <meta property="og:locale" content="de_DE" />
       <meta property="og:type" content="article" />
       <meta property="og:title" content="Mein Konto - domain" />
       <meta property="og:description" content="TITLE_OF_PAGE Error: ERROR_MESSAGE_WHAT_USER_FORGOT_TO_FILL_OUT" />
       <meta property="og:url" content="http://localhost/domain.com/index.php/mein-konto/" />
       <meta property="og:site_name" content="domain" />
       <!-- / Yoast SEO plugin. -->
       ```
   
 * can you reproduce that?
 * (i think it’s a problem of Yoast SEO not of woocommerce! -> but i am too lazy
   to open a ticket there… i am totally FINISHED 😀 working 24-7 to get things done.)
 * Thanks again Mike for your superior Support! Straight from the Dev-Environment.
 * if you want to debug things: the message gets printed in
 * `my-account.php -> wc_print_notices(); -> error.php`
 * when Yoast SEO is installed… it comes out at a totally wrong position and is 
   therefore not visible.
 * What totally confused me was that there was no `<div class="woocommerce-error"
   >` printed. (which i was looking for in the output… but never actually found 
   it)
 * again: if you need magic php debugging capabilities… let me know 😀
 *  Plugin Contributor [Mike Jolley](https://wordpress.org/support/users/mikejolley/)
 * (@mikejolley)
 * [11 years ago](https://wordpress.org/support/topic/register-form-validation-broken/#post-6483805)
 * How early are you adding notices? Need to know how to replicate.

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

 The topic ‘Register Form Validation broken?’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce/assets/icon.svg?rev=3640790)
 * [WooCommerce](https://wordpress.org/plugins/woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [Mike Jolley](https://wordpress.org/support/users/mikejolley/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/register-form-validation-broken/#post-6483805)
 * Status: resolved