Title: custom-contact-forms-datepicker.js:4 Uncaught TypeError: Object [object Object]
Last modified: August 20, 2016

---

# custom-contact-forms-datepicker.js:4 Uncaught TypeError: Object [object Object]

 *  [nick50119](https://wordpress.org/support/users/nick50119/)
 * (@nick50119)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/custom-contact-forms-datepickerjs4-uncaught-typeerror-object-object-object/)
 * After the last update having custom contact forms enabled seems to be causing
   issues with jQuery in other plugins. I am seeing the following error for custom-
   contact-forms-datepicker.js. This error occurs in some themes but not others.
 * custom-contact-forms-datepicker.js:4 Uncaught TypeError: Object [object Object]
 *     ```
       // JavaScript Document
       $m = jQuery.noConflict();
       $m(document).ready(function(){
       	$m(".ccf-datepicker").datepicker();
       });
       ```
   
 * [http://wordpress.org/extend/plugins/custom-contact-forms/](http://wordpress.org/extend/plugins/custom-contact-forms/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [nick50119](https://wordpress.org/support/users/nick50119/)
 * (@nick50119)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/custom-contact-forms-datepickerjs4-uncaught-typeerror-object-object-object/#post-2528136)
 * The following change to the file appears to have fixed the issue.
 *     ```
       // JavaScript Document
       jQuery(document).ready(function(){
       	jQuery(".ccf-datepicker").datepicker();
       });
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘custom-contact-forms-datepicker.js:4 Uncaught TypeError: Object [object
Object]’ is closed to new replies.

 * ![](https://ps.w.org/custom-contact-forms/assets/icon-256x256.png?rev=1067156)
 * [Custom Contact Forms](https://wordpress.org/plugins/custom-contact-forms/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/custom-contact-forms/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/custom-contact-forms/)
 * [Active Topics](https://wordpress.org/support/plugin/custom-contact-forms/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/custom-contact-forms/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/custom-contact-forms/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [nick50119](https://wordpress.org/support/users/nick50119/)
 * Last activity: [14 years, 4 months ago](https://wordpress.org/support/topic/custom-contact-forms-datepickerjs4-uncaught-typeerror-object-object-object/#post-2528136)
 * Status: not resolved