Title: Validation
Last modified: August 22, 2016

---

# Validation

 *  Resolved [Cannonier](https://wordpress.org/support/users/cannonier/)
 * (@cannonier)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/validation-24/)
 * Easy Sign-Up version 3.2
 * I’m building a site for a client and they would like to turn off the validation
   on the phone number. What’s the best way to do this, without losing existing 
   data?
 * [https://wordpress.org/plugins/easy-sign-up/](https://wordpress.org/plugins/easy-sign-up/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Greenweb](https://wordpress.org/support/users/greenweb/)
 * (@greenweb)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/validation-24/#post-5458758)
 * You can de-enqueue the validation script. There is a fall back validation that
   just check for name and email.
 *     ```
       function esu_dequeue_script() {
          wp_dequeue_script( 'esu_js_url' );
       }
       add_action( 'wp_print_scripts', 'esu_dequeue_script', 100 );
       ```
   
 * This could go into your themes functions.php file or you could create a small
   plugin to house this action.
 * Cheers !

Viewing 1 replies (of 1 total)

The topic ‘Validation’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/easy-sign-up_ffffff.svg)
 * [Easy Sign Up](https://wordpress.org/plugins/easy-sign-up/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/easy-sign-up/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/easy-sign-up/)
 * [Active Topics](https://wordpress.org/support/plugin/easy-sign-up/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/easy-sign-up/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/easy-sign-up/reviews/)

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [Greenweb](https://wordpress.org/support/users/greenweb/)
 * Last activity: [11 years, 6 months ago](https://wordpress.org/support/topic/validation-24/#post-5458758)
 * Status: resolved