• I have added some additional fields on registration form as found here. http://www.astrabon.net/my-account/
    My issue is which out filling any field when i click REGISTER button it starts validation from Email field instead of FIrstName. Below are validation i have added on wc user function.php file.
    do_action( ‘woocommerce_register_post’, $billing_first_name, $billing_last_name, $billing_phone, $billing_address_1, $username, $email, $validation_errors );
    So I want validation to pull FirstName first and it follows order on my form.

    https://wordpress.org/plugins/woocommerce/

The topic ‘Woocommerece validation’ is closed to new replies.