Title: Validation errors on Android
Last modified: September 1, 2016

---

# Validation errors on Android

 *  [anderson](https://wordpress.org/support/users/anderson/)
 * (@anderson)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/validation-errors-on-android/)
 * Hi there,
 * I’m having issues with validating the fields on the billing address page. Validation
   works well on iOS and on a regular Windows pc, but it shows errors on all fields
   when using an Android device. The errors are all the same: “xxx is a reguired
   field”, where ‘xxx’ is:
 * – First name
    – Last name – Address – City – Postal code
 * I’m using a child theme and my functions.php looks like this:
 * >  <?php
   >  // // Recommended way to include parent theme styles. // (Please see
   > [http://codex.wordpress.org/Child_Themes#How_to_Create_a_Child_Theme](http://codex.wordpress.org/Child_Themes#How_to_Create_a_Child_Theme))//
   > add_action( ‘wp_enqueue_scripts’, ‘theme_enqueue_styles’ ); function theme_enqueue_styles(){
   > wp_enqueue_style( ‘parent-style’, get_template_directory_uri() . ‘/style.css’);}////
   > Your code goes below //
 * Appreciate the help!
 * [https://wordpress.org/plugins/woocommerce/](https://wordpress.org/plugins/woocommerce/)

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

 *  [Caleb Burks](https://wordpress.org/support/users/icaleb/)
 * (@icaleb)
 * Automattic Happiness Engineer
 * [9 years, 10 months ago](https://wordpress.org/support/topic/validation-errors-on-android/#post-7681807)
 * Try temporarily switching back to the WordPress Twenty Sixteen Theme, or [Storefront](http://www.woothemes.com/storefront/),
   and disable all plugins except for WooCommerce. If that resolves the issue, then
   slowly re-enable features until you find the one that’s causing the conflict.
 *  Thread Starter [anderson](https://wordpress.org/support/users/anderson/)
 * (@anderson)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/validation-errors-on-android/#post-7681898)
 * I did that, still the same errors on Android 🙁
 * Any other ideas?
 *  [Caleb Burks](https://wordpress.org/support/users/icaleb/)
 * (@icaleb)
 * Automattic Happiness Engineer
 * [9 years, 10 months ago](https://wordpress.org/support/topic/validation-errors-on-android/#post-7681916)
 * I just tried to replicate this, but couldn’t. Are you sure everything was disabled
   with a default theme on?
 * The validation is being done here: [https://github.com/woothemes/woocommerce/blob/master/includes/class-wc-checkout.php#L480](https://github.com/woothemes/woocommerce/blob/master/includes/class-wc-checkout.php#L480).
   Could start there when debugging this. Not sure what else to try, as I can’t 
   replicate.

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

The topic ‘Validation errors on Android’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504)
 * [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/)

## Tags

 * [android](https://wordpress.org/support/topic-tag/android/)
 * [validation](https://wordpress.org/support/topic-tag/validation/)

 * 3 replies
 * 2 participants
 * Last reply from: [Caleb Burks](https://wordpress.org/support/users/icaleb/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/validation-errors-on-android/#post-7681916)
 * Status: not resolved