Title: Issue when adding fields in Fieldset Configuration
Last modified: February 15, 2021

---

# Issue when adding fields in Fieldset Configuration

 *  Resolved [Erick](https://wordpress.org/support/users/eruizdechavez/)
 * (@eruizdechavez)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/issue-when-adding-fields-in-fieldset-configuration/)
 * I discovered this issue while attempting to add social networks in the Fieldset
   Configuration screen. When clicking the add button, nothing happens. After several
   hours of tests and debugging I tracked down the issue to the JS portion of the
   code.
 * **Plugin name and version**: Connections Business Directory v10.1
 * **Steps to reproduce**:
    - In a WordPress site with Connections plugin installed and active, go to <you
      sure url>/wp-admin/admin.php?page=connections_settings&tab=field-configuration
    - Scroll all the way down until the “Add” button of “Social Network Type Options”
      is visible
    - Click on the “Add” button
 * **Expected behavior:**
 * A new field should appear
 * **Actual behavior:**
 * The field is actually added to the DOM, but its style is set as “display: none”.
 * **Proposed fix:**
 * On /connections/assets/js/cn-setting-sortable-repeatable-input-list.js line 53:
 *     ```
       	// Unhide the cloned object.
       -	clone.toggle();
       +	clone.show();
       ```
   
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fissue-when-adding-fields-in-fieldset-configuration%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Steven](https://wordpress.org/support/users/shazahm1hotmailcom/)
 * (@shazahm1hotmailcom)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/issue-when-adding-fields-in-fieldset-configuration/#post-14053101)
 * Thanks for notifying me of this issue! This must have broke in one of the WP 
   updates that changed the included jQuery version. I made the change, and it will
   be included in the next update. It could be a couple of weeks until this update
   is released as it includes some major under the hood changes by incorporating
   an official taxonomy API.
 *  Thread Starter [Erick](https://wordpress.org/support/users/eruizdechavez/)
 * (@eruizdechavez)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/issue-when-adding-fields-in-fieldset-configuration/#post-14053275)
 * Thanks Steven, glad to be helpful.
 * > It could be a couple of weeks until this update is released as it includes 
   > some major under the hood changes by incorporating an official taxonomy API
 * I understand. Fortunately there is a simple workaround for this issue (inspect
   element, remove display: none) so it isn’t really blocking me or my users.
 * Looking forward to this update.

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

The topic ‘Issue when adding fields in Fieldset Configuration’ is closed to new 
replies.

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

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [Erick](https://wordpress.org/support/users/eruizdechavez/)
 * Last activity: [5 years, 3 months ago](https://wordpress.org/support/topic/issue-when-adding-fields-in-fieldset-configuration/#post-14053275)
 * Status: resolved