Title: Uncaught TypeError: $(&#8230;).validate is not a function
Last modified: August 30, 2016

---

# Uncaught TypeError: $(…).validate is not a function

 *  [krwetton2014](https://wordpress.org/support/users/krwetton2014/)
 * (@krwetton2014)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/uncaught-typeerror-validate-is-not-a-function/)
 * I don’t understand why the developer is ignoring this issue where others are 
   bringing it up but we’re getting an error
 * Uncaught TypeError: $(…).validate is not a function
 * Does this plugin support the latest WP?
 * [https://wordpress.org/plugins/gotowp/](https://wordpress.org/plugins/gotowp/)

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

 *  Plugin Author [brandonmuth](https://wordpress.org/support/users/brandonmuth/)
 * (@brandonmuth)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/uncaught-typeerror-validate-is-not-a-function/#post-6554623)
 * Hi [@krwetton2014](https://wordpress.org/support/users/krwetton2014/),
 * Can you provide a link to where you are seeing the error?
 * Thanks,
 * Brandon
 *  [jsites](https://wordpress.org/support/users/jsites/)
 * (@jsites)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/uncaught-typeerror-validate-is-not-a-function/#post-6554847)
 * I’m having this same error.
 * It is occurring here:
    [http://sightlines.quantumdynamix.net/upcoming-webinars/webinar/exploring-the-state-of-sustainability-in-higher-education-2015/](http://sightlines.quantumdynamix.net/upcoming-webinars/webinar/exploring-the-state-of-sustainability-in-higher-education-2015/)
 * Any thoughts on why this is happening, or how to resolve it?
 *  [jsites](https://wordpress.org/support/users/jsites/)
 * (@jsites)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/uncaught-typeerror-validate-is-not-a-function/#post-6554848)
 * Followup:
 * Here’s my shortcode:
 *     ```
       $webShortcode = '[register_free_webinar webid='.get_field('qd_webinar_id').' pageid='.get_the_ID().']';
       echo do_shortcode($webShortcode);
       ```
   
 * The get_field(‘qd_webinar_id’) uses the long numeric value of the webinar’s ID
   from it’s URL.
 * Then the pageid is set to the current custom post type post’s id, because I’m
   going to be doing some other stuff once the form is submitted on this page.
 * My returned shortcode that I run is:
 * > [register_free_webinar webid=3078989171299094273 pageid=1347]
 *  [jsites](https://wordpress.org/support/users/jsites/)
 * (@jsites)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/uncaught-typeerror-validate-is-not-a-function/#post-6554849)
 * If I just copy and paste the above shortcode into the content editor, the form
   displays without any errors about .validate().
 * Is there something with the plugin that doesn’t allow using do_shortcode() with
   this?
 *  Plugin Author [brandonmuth](https://wordpress.org/support/users/brandonmuth/)
 * (@brandonmuth)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/uncaught-typeerror-validate-is-not-a-function/#post-6554851)
 * [@jsites](https://wordpress.org/support/users/jsites/) – responded here: [https://wordpress.org/support/topic/validate-is-not-a-function-when-using-do_shortcode?replies=3](https://wordpress.org/support/topic/validate-is-not-a-function-when-using-do_shortcode?replies=3)
   but I think it’s same issue. Thanks again and we’re investigating and working
   on update.

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

The topic ‘Uncaught TypeError: $(…).validate is not a function’ is closed to new
replies.

 * ![](https://s.w.org/plugins/geopattern-icon/gotowp_d6d6d6.svg)
 * [GoToWP](https://wordpress.org/plugins/gotowp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/gotowp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/gotowp/)
 * [Active Topics](https://wordpress.org/support/plugin/gotowp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/gotowp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/gotowp/reviews/)

 * 5 replies
 * 3 participants
 * Last reply from: [brandonmuth](https://wordpress.org/support/users/brandonmuth/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/uncaught-typeerror-validate-is-not-a-function/#post-6554851)
 * Status: not resolved