Title: bnourse's Replies | WordPress.org

---

# bnourse

  [  ](https://wordpress.org/support/users/bnourse/)

 *   [Profile](https://wordpress.org/support/users/bnourse/)
 *   [Topics Started](https://wordpress.org/support/users/bnourse/topics/)
 *   [Replies Created](https://wordpress.org/support/users/bnourse/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/bnourse/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/bnourse/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/bnourse/engagements/)
 *   [Favorites](https://wordpress.org/support/users/bnourse/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Form Manager] [Plugin: WordPress Form Manager] JS errors when editing form elements with 1.5.0](https://wordpress.org/support/topic/plugin-wordpress-form-manager-js-errors-when-editing-form-elements-with-150/)
 *  Thread Starter [bnourse](https://wordpress.org/support/users/bnourse/)
 * (@bnourse)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-wordpress-form-manager-js-errors-when-editing-form-elements-with-150/#post-2118655)
 * It appears to be some sort of conflict with the “WP e-commerce” plugin. (their
   site w/download: [http://getshopped.org/](http://getshopped.org/))
 * I initially discounted it, as I still can’t find any evidence it’s making changes
   to the generated settings page, but when it’s disabled I am able to add/remove/
   edit/save forms and components without issue. Enabling it causes the functionality
   to disappear again. (generating the same errors as above that you indicated were
   occurring because scripts.js wasn’t loading) Possibly a naming conflict in init
   functions or with scripts.js itself?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Form Manager] [Plugin: WordPress Form Manager] JS errors when editing form elements with 1.5.0](https://wordpress.org/support/topic/plugin-wordpress-form-manager-js-errors-when-editing-form-elements-with-150/)
 *  Thread Starter [bnourse](https://wordpress.org/support/users/bnourse/)
 * (@bnourse)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-wordpress-form-manager-js-errors-when-editing-form-elements-with-150/#post-2118412)
 * It looks like userscripts.js is loaded:
 *     ```
       <script type='text/javascript' src='http://www.mysite.com/wp-includes/js/l10n.js?ver=20101110'></script>
       <script type='text/javascript' src='http://www.mysite.com/wp-admin/load-scripts.php?c=1&load=jquery,utils&ver=7bb5fde83e0949a753f31e184d1c6ac7'></script>
       <script type='text/javascript' src='http://mysite.com/wp-content/plugins/the-events-calendar/resources/events.js?ver=3.1.3'></script>
       <script type='text/javascript' src='http://mysite.com/wp-content/plugins/wordpress-form-manager/js/userscripts.js?ver=3.1.3'></script>
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Form Manager] [Plugin: WordPress Form Manager] JS errors when editing form elements with 1.5.0](https://wordpress.org/support/topic/plugin-wordpress-form-manager-js-errors-when-editing-form-elements-with-150/)
 *  Thread Starter [bnourse](https://wordpress.org/support/users/bnourse/)
 * (@bnourse)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-wordpress-form-manager-js-errors-when-editing-form-elements-with-150/#post-2118396)
 * Not sure if it fixed the original issue, but there is a new issue:
 * When clicking the “Form” menu:
 *     ```
       fm_registerSaveValidator is not defined
       http://www.mysite.com/wp-admin/admin.php?page=fm-edit-form&id=1
       Line 358
       ```
   
 * And the following when clicking on a specific form:
 *     ```
       fm_initEditor is not defined
       http://www.mysite.com/wp-admin/admin.php?page=fm-edit-form&id=1
       Line 699
   
       and
   
       fm_registerExtraSaveVar is not defined
       http://www.mysite.com/wp-admin/admin.php?page=fm-edit-form&id=1
       Line 723
       ```
   
 * The second one happening a total of 4 times trying to register different variables.
 * On clicking an element type to add:
 *     ```
       fm_addItem is not defined
       http://www.mysite.com/wp-admin/admin.php?page=fm-edit-form&id=1
       Line 1
       ```
   
 * I suppose I should add that I removed 1.5.0 by deactivating and then deleting
   through the plugin panel. Then checking to make sure the files were deleted from
   the webserver.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Form Manager] [Plugin: WordPress Form Manager] JS errors when editing form elements with 1.5.0](https://wordpress.org/support/topic/plugin-wordpress-form-manager-js-errors-when-editing-form-elements-with-150/)
 *  Thread Starter [bnourse](https://wordpress.org/support/users/bnourse/)
 * (@bnourse)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-wordpress-form-manager-js-errors-when-editing-form-elements-with-150/#post-2118358)
 * [Large code excerpt removed by moderator per [forum rules](http://codex.wordpress.org/Forum_Welcome#Posting_Code).
   Please use [the pastebin](http://wordpress.pastebin.com/) for all large code 
   excerpts. It works better anyway.]
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Form Manager] [Plugin: WordPress Form Manager] JS errors when editing form elements with 1.5.0](https://wordpress.org/support/topic/plugin-wordpress-form-manager-js-errors-when-editing-form-elements-with-150/)
 *  Thread Starter [bnourse](https://wordpress.org/support/users/bnourse/)
 * (@bnourse)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-wordpress-form-manager-js-errors-when-editing-form-elements-with-150/#post-2118349)
 * Awesome, thanks for the quick response.

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