Title: Adding custom fields won&#039;t work
Last modified: August 21, 2016

---

# Adding custom fields won't work

 *  Resolved [danny144](https://wordpress.org/support/users/danny144/)
 * (@danny144)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/adding-custom-fields-wont-work/)
 * Hi I’ve downloaded and installed your plugin however when I try and add a custom
   field nothing happens. I press the + add new field button but it doesn’t do anything
 * Thanks for any help
 * [http://wordpress.org/extend/plugins/woocommerce-checkout-manager/](http://wordpress.org/extend/plugins/woocommerce-checkout-manager/)

Viewing 3 replies - 16 through 18 (of 18 total)

[←](https://wordpress.org/support/topic/adding-custom-fields-wont-work/?output_format=md)
[1](https://wordpress.org/support/topic/adding-custom-fields-wont-work/?output_format=md)
2

 *  [Ozzy Rodriguez](https://wordpress.org/support/users/ozzyr/)
 * (@ozzyr)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/adding-custom-fields-wont-work/page/2/#post-3810255)
 * i can’t register on the forums… keeps giving me an error.
 *  [emark](https://wordpress.org/support/users/emark/)
 * (@emark)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/adding-custom-fields-wont-work/page/2/#post-3810256)
 * captcha is not case sensitive. Use common letters.
 *  [aryanduntley](https://wordpress.org/support/users/dunar21/)
 * (@dunar21)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/adding-custom-fields-wont-work/page/2/#post-3810261)
 * For those of you having issues with this plugin, the problem is that the jquery
   sortable plugin is not enqueued and needs to be. Find the plugin php file:
    woocommerce-
   checkout-manager.php
 * and on line 1393, replace the enqueue script with these lines:
 *     ```
       if(!wp_script_is('jquery-ui-sortable', 'queue')){
            wp_enqueue_script('jquery-ui-sortable');
       }
       wp_enqueue_script( 'script_wccs', plugins_url( 'script_wccs.js', __FILE__ ), array( 'jquery' ), '1.2', true );
       ```
   
 * Basically, I just enqueued jquery’s sortable plugin if it wasn’t already and 
   then I placed the plugin developer’s script in the footer (just to sort out any
   potential placement issues).

Viewing 3 replies - 16 through 18 (of 18 total)

[←](https://wordpress.org/support/topic/adding-custom-fields-wont-work/?output_format=md)
[1](https://wordpress.org/support/topic/adding-custom-fields-wont-work/?output_format=md)
2

The topic ‘Adding custom fields won't work’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce-checkout-manager/assets/icon-256x256.jpg?rev
   =2911736)
 * [Checkout Field Manager (Checkout Manager) for WooCommerce](https://wordpress.org/plugins/woocommerce-checkout-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-checkout-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-checkout-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-checkout-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-checkout-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-checkout-manager/reviews/)

 * 18 replies
 * 7 participants
 * Last reply from: [aryanduntley](https://wordpress.org/support/users/dunar21/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/adding-custom-fields-wont-work/page/2/#post-3810261)
 * Status: resolved